Some extra styling for entry editor advanced options
This commit is contained in:
parent
7506932ff3
commit
f5bd331c3c
@ -1491,7 +1491,9 @@ form > .button_link:first-of-type,
|
||||
margin: .75em 0;
|
||||
}
|
||||
|
||||
.remove_msg {
|
||||
.remove_msg,
|
||||
.remove_msg:visited {
|
||||
color: inherit;
|
||||
margin-left: .4em;
|
||||
}
|
||||
|
||||
@ -1518,7 +1520,10 @@ form > .button_link:first-of-type,
|
||||
margin: 0 0 1em;
|
||||
}
|
||||
|
||||
.filter_pane {
|
||||
.filter_pane,
|
||||
#meta_data > div,
|
||||
#adv_opts > fieldset > div,
|
||||
#adv_opts > fieldset > fieldset {
|
||||
background: #eee;
|
||||
-webkit-box-sizing: border-box;
|
||||
-moz-box-sizing: border-box;
|
||||
@ -1527,6 +1532,13 @@ form > .button_link:first-of-type,
|
||||
padding: 0 .4em;
|
||||
}
|
||||
|
||||
#meta_data > div,
|
||||
#adv_opts > fieldset > div,
|
||||
#adv_opts > fieldset > fieldset {
|
||||
margin-bottom: 1em;
|
||||
padding: .4em;
|
||||
}
|
||||
|
||||
.filter_pane .form_buttons {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user