css: adjust legend margins
This commit is contained in:
parent
8cba3d2a92
commit
10d7c1c8a0
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue