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:
parent
a7011c50ca
commit
689fb2674e
File diff suppressed because one or more lines are too long
|
@ -3668,6 +3668,18 @@ div#custom-background-image p.submit {
|
||||||
display: inline;
|
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 */
|
/* Tab Interface */
|
||||||
|
|
||||||
.menu-tabs {
|
.menu-tabs {
|
||||||
|
|
Loading…
Reference in New Issue