RTL fixes for custom header page. props SergeyBiryukov, fixes #16018.
git-svn-id: http://svn.automattic.com/wordpress/trunk@17167 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6a877c5713
commit
1e5dc9a372
File diff suppressed because one or more lines are too long
|
@ -669,12 +669,13 @@ button.dismiss {
|
|||
}
|
||||
|
||||
/* Custom Header */
|
||||
table#available-headers td {
|
||||
padding: 0 0 10px 20px;
|
||||
.appearance_page_custom-header #available-headers .default-header {
|
||||
float: right;
|
||||
margin: 0 0 20px 20px;
|
||||
}
|
||||
table#available-headers label input {
|
||||
.appearance_page_custom-header #available-headers label input {
|
||||
margin-right: 0;
|
||||
margin-left: 8px;
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* ltr
|
||||
|
|
Loading…
Reference in New Issue