mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-11 02:49:04 +01:00
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:
parent
a4c315bbe5
commit
ea7daa92f9
File diff suppressed because one or more lines are too long
@ -102,7 +102,12 @@ td.available-theme {
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
.tablenav a.button-secondary {
|
.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 {
|
.tablenav .tablenav-pages {
|
||||||
float: left;
|
float: left;
|
||||||
|
Loading…
Reference in New Issue
Block a user