Flip the Gallery header sort buttons to the left for RTL. Props yoavf. Fixes #17790

git-svn-id: https://develop.svn.wordpress.org/trunk@18309 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse
2011-06-14 13:40:38 +00:00
parent 5c644c6b77
commit 31b16ec043
2 changed files with 16 additions and 1 deletions
+15
View File
@@ -75,3 +75,18 @@ button.dismiss {
#gallery-settings .align .field label {
margin: 0 0 0 1.5em;
}
#sort-buttons {
margin: 3px 0 -8px 25px;
text-align: left;
}
#sort-buttons #asc,
#sort-buttons #showall {
padding-left: 0;
padding-right: 5px;
}
#sort-buttons span {
margin-right: 0;
margin-left: 25px;
}