mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user