RTL: Space between buttons. Props SergeyBiryukov. fixes #16084
git-svn-id: https://develop.svn.wordpress.org/trunk@17209 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a4c6dc4631
commit
24703d0811
File diff suppressed because one or more lines are too long
@ -102,7 +102,12 @@ td.available-theme {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.tablenav a.button-secondary {
|
||||
margin: 3px 0 0 8px;
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
}
|
||||
.tablenav .actions {
|
||||
padding-right: 0;
|
||||
padding-left: 8px;
|
||||
}
|
||||
.tablenav .tablenav-pages {
|
||||
float: left;
|
||||
|
Loading…
Reference in New Issue
Block a user