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:
parent
13aa99629a
commit
0543da42ca
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
Block a user