mirror of
https://github.com/Icinga/icingaweb2-module-director.git
synced 2025-07-28 16:24:05 +02:00
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…
x
Reference in New Issue
Block a user