Style select category popup label.

This commit is contained in:
Matthias Mees 2014-01-25 23:37:33 +01:00
parent 3b23f6b13d
commit 0289fea89a

View File

@ -1010,7 +1010,8 @@ h2 {
margin: 1.05em 0;
}
h3 {
h3,
#edit_entry_category .wrap_legend {
font-size: 1.28571em;
line-height: 1.16667em;
margin: 1.16667em 0;
@ -1556,8 +1557,10 @@ form > .button_link:first-of-type,
width: auto;
}
.mfp-content #s9y_links h3 {
.mfp-content #s9y_links h3,
#edit_entry_category .wrap_legend {
border-bottom: 1px solid #aaa;
display: block;
margin-bottom: .583335em;
padding-bottom: .583335em;
}