mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
Fix alignment of backend selection in user and group lists
This commit is contained in:
parent
0a9c0925cb
commit
8792cfdf72
@ -2,9 +2,24 @@
|
|||||||
|
|
||||||
// TODO(el): Rename .filter to .filter-control
|
// TODO(el): Rename .filter to .filter-control
|
||||||
|
|
||||||
|
// Hide auto sumbit info in controls but keep information for screen readers
|
||||||
|
.controls .autosubmit-info {
|
||||||
|
.sr-only();
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
// Backend selection control in user and group list views
|
// Backend selection control in user and group list views
|
||||||
.backend-selection {
|
.backend-selection {
|
||||||
float: left;
|
float: left;
|
||||||
|
|
||||||
|
> .control-group {
|
||||||
|
padding: 0;
|
||||||
|
|
||||||
|
> .control-label-group {
|
||||||
|
text-align: left;
|
||||||
|
width: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.backend-selection,
|
.backend-selection,
|
||||||
@ -121,10 +136,6 @@
|
|||||||
width: 8em;
|
width: 8em;
|
||||||
margin-left: 0;
|
margin-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
> form > i {
|
|
||||||
.sr-only();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.sort-controls-container {
|
.sort-controls-container {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user