Header selector styling fixes. Props iammattthomas. see #12343

git-svn-id: http://svn.automattic.com/wordpress/trunk@13620 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2010-03-08 22:10:53 +00:00
parent a7011c50ca
commit 689fb2674e
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 {