Header selector styling fixes. Props iammattthomas. see #12343

git-svn-id: https://develop.svn.wordpress.org/trunk@13620 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren 2010-03-08 22:10:53 +00:00
parent 13aa99629a
commit 0543da42ca
2 changed files with 13 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -3668,6 +3668,18 @@ div#custom-background-image p.submit {
display: inline;
}
/* Custom Header */
table#available-headers td {
padding: 0 20px 10px 0;
}
table#available-headers label input {
margin-right: 8px;
}
table#available-headers label img {
vertical-align: middle;
}
/* Tab Interface */
.menu-tabs {