parent
1fd861b5d6
commit
d5ae19f57e
|
@ -88,6 +88,18 @@ form.inline {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#layout.minimal-layout .icinga-form {
|
||||||
|
.form-controls {
|
||||||
|
input[type="submit"] {
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
&:not(:last-child) {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// Label styles
|
// Label styles
|
||||||
|
|
||||||
form.icinga-form .control-label-group {
|
form.icinga-form .control-label-group {
|
||||||
|
|
Loading…
Reference in New Issue