mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 14:54:24 +02:00
parent
a43b54ae22
commit
3a3fce23f7
@ -19,25 +19,13 @@ form:not(.inline):not([role="search"]) {
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-element,
|
|
||||||
.form-controls {
|
.form-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-left: 16em;
|
margin-left: 16em;
|
||||||
|
justify-content: flex-end;
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-control {
|
|
||||||
display: inline-block;
|
|
||||||
float: right;
|
|
||||||
|
|
||||||
&:not(:last-child) {
|
|
||||||
margin-left: .5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
&:last-child {
|
|
||||||
.clearfix();
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.control-group {
|
.control-group {
|
||||||
display: flex;
|
display: flex;
|
||||||
@ -210,9 +198,14 @@ input.search {
|
|||||||
opacity: 0
|
opacity: 0
|
||||||
}
|
}
|
||||||
|
|
||||||
.form-controls input:not(:last-child),
|
.form-controls {
|
||||||
.form-controls button:not(:last-child) {
|
.spinner {
|
||||||
margin-right: 1em;
|
order: -1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.btn-primary {
|
||||||
|
order: 99;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.control-group select:not([multiple]) {
|
.control-group select:not([multiple]) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user