Fix alignment of backend selection in user and group lists

This commit is contained in:
Florian Strohmaier 2016-04-06 12:00:50 +02:00 committed by Eric Lippmann
parent 0a9c0925cb
commit 8792cfdf72

View File

@ -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 {