mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
user/list: Make backend selection look good again
This commit is contained in:
parent
a5f292c2ae
commit
02565ec326
@ -45,7 +45,7 @@ class UserController extends AuthBackendController
|
||||
}
|
||||
|
||||
$this->view->backendSelection = new Form();
|
||||
$this->view->backendSelection->setAttrib('class', 'backend-selection inline');
|
||||
$this->view->backendSelection->setAttrib('class', 'backend-selection icinga-controls');
|
||||
$this->view->backendSelection->setUidDisabled();
|
||||
$this->view->backendSelection->setMethod('GET');
|
||||
$this->view->backendSelection->setTokenDisabled();
|
||||
|
@ -2,9 +2,9 @@
|
||||
|
||||
// TODO(el): Rename .filter to .filter-control
|
||||
|
||||
// Hide auto sumbit info in controls but keep information for screen readers
|
||||
// Hide auto sumbit info in controls
|
||||
.controls .autosubmit-info {
|
||||
.sr-only();
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
@ -12,14 +12,12 @@
|
||||
.backend-selection {
|
||||
float: left;
|
||||
|
||||
> .control-group {
|
||||
padding: 0;
|
||||
line-height: 2em;
|
||||
.control-label-group, select {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
> .control-label-group {
|
||||
text-align: left;
|
||||
width: auto;
|
||||
}
|
||||
select {
|
||||
margin-left: .5em;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user