RTL: Space between buttons. Props SergeyBiryukov. fixes #16084

git-svn-id: http://svn.automattic.com/wordpress/trunk@17209 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2011-01-03 19:17:03 +00:00
parent a4c315bbe5
commit ea7daa92f9
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;