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
public/css

View File

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