mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-26 23:34:08 +02:00
css: Avoid that toggle switches break onto a new line in minimal layout
This commit is contained in:
parent
b1881c6a53
commit
c7a3783034
@ -590,6 +590,7 @@ form.instance-features span.description, form.object-features span.description {
|
|||||||
.object-features {
|
.object-features {
|
||||||
.control-label-group {
|
.control-label-group {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
margin-right: 0;
|
||||||
width: @name-value-table-name-width;
|
width: @name-value-table-name-width;
|
||||||
|
|
||||||
label {
|
label {
|
||||||
|
@ -52,7 +52,6 @@ form.icinga-form {
|
|||||||
|
|
||||||
.control-label-group {
|
.control-label-group {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
width: 100%;
|
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
@ -82,7 +81,7 @@ form.icinga-form .control-label-group {
|
|||||||
padding: .5625em .5625em .5625em 0;
|
padding: .5625em .5625em .5625em 0;
|
||||||
max-height: 2.5em;
|
max-height: 2.5em;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: @name-value-table-name-width;
|
width: 14em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icinga-controls .control-info {
|
.icinga-controls .control-info {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user