Custom header fixes and rework. Props ocean90. fixes #13231

git-svn-id: https://develop.svn.wordpress.org/trunk@14907 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2010-05-25 22:05:51 +00:00
parent 70bfb66d9d
commit 065c7382e4
4 changed files with 327 additions and 225 deletions

View File

@@ -3703,14 +3703,26 @@ div#custom-background-image img {
}
/* Custom Header */
.appearance_page_custom-header #headimg {
border: 1px solid #DFDFDF;
min-height: 100px;
width: 100%;
}
table#available-headers td {
padding: 0 20px 10px 0;
.appearance_page_custom-header #upload-form p label {
font-size: 11px;
}
table#available-headers label input {
margin-right: 8px;
.appearance_page_custom-header #available-headers .default-header {
float: left;
margin: 0 20px 20px 0;
}
table#available-headers label img {
.appearance_page_custom-header #available-headers label input {
margin-right: 10px;
}
.appearance_page_custom-header #available-headers label img {
vertical-align: middle;
}