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:
Ryan Boren 2011-01-03 19:17:03 +00:00
parent a4c6dc4631
commit 24703d0811
2 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -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;