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