css: adjust legend margins

This commit is contained in:
Thomas Gelf 2015-10-29 17:20:16 +01:00
parent 8cba3d2a92
commit 10d7c1c8a0
1 changed files with 6 additions and 1 deletions

View File

@ -63,12 +63,12 @@ fieldset {
border: none; border: none;
legend { legend {
margin: 0 0 0.5em 0;
font-size: 1.2em; font-size: 1.2em;
color: @icinga-blue; color: @icinga-blue;
border-bottom: 1px solid @gray-light; border-bottom: 1px solid @gray-light;
display: block; display: block;
width: 100%; width: 100%;
margin: 1em 0 0.5em 0;
} }
} }
@ -184,6 +184,11 @@ fieldset {
} }
&.collapsed { &.collapsed {
legend {
margin: 0;
}
dd, dt { dd, dt {
display: none; display: none;
} }