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:
Ryan Boren
2011-05-05 20:15:19 +00:00
parent 46a01f3c74
commit 6d7348ee5c
3 changed files with 23 additions and 15 deletions

View File

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