mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-05 21:24:35 +00:00
Custom header admin UI fixes. Props lancewillett. fixes #17240
git-svn-id: https://develop.svn.wordpress.org/trunk@17814 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3881,16 +3881,23 @@ table#availablethemes td.bottom {
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
.appearance_page_custom-header #available-headers .default-header {
|
||||
.appearance_page_custom-header .available-headers .default-header {
|
||||
float: left;
|
||||
margin: 0 20px 20px 0;
|
||||
}
|
||||
|
||||
.appearance_page_custom-header #available-headers label input {
|
||||
.appearance_page_custom-header .random-header {
|
||||
clear: both;
|
||||
margin: 0 20px 20px 0;
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.appearance_page_custom-header .available-headers label input,
|
||||
.appearance_page_custom-header .random-header label input {
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
.appearance_page_custom-header #available-headers label img {
|
||||
.appearance_page_custom-header .available-headers label img {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user