mirror of
https://github.com/Icinga/icingadb-web.git
synced 2026-02-03 20:40:15 -05:00
53 lines
826 B
Text
53 lines
826 B
Text
form.object-features {
|
|
span.description {
|
|
text-align: left;
|
|
}
|
|
|
|
.control-label-group {
|
|
text-align: left;
|
|
margin-right: 0;
|
|
width: @name-value-table-name-width;
|
|
color: @text-color-light;
|
|
|
|
label {
|
|
font-size: inherit;
|
|
}
|
|
}
|
|
|
|
.control-group {
|
|
margin-top: 0;
|
|
margin-bottom: 0;
|
|
|
|
&.indeterminate {
|
|
justify-content: flex-start;
|
|
|
|
.control-label-group {
|
|
flex: 0 1 auto;
|
|
}
|
|
|
|
select {
|
|
width: auto;
|
|
flex: 0 1 auto;
|
|
|
|
& + span.hint {
|
|
flex: 0 1 auto;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.toggle-switch {
|
|
margin-left: @table-column-padding;
|
|
}
|
|
|
|
select {
|
|
margin-right: .5em;
|
|
margin-left: @table-column-padding;
|
|
|
|
& + span.hint {
|
|
margin: .35em;
|
|
color: @gray-light;
|
|
font-style: italic;
|
|
}
|
|
}
|
|
}
|