From 8792cfdf720937374c86ae51315c19da94cd1101 Mon Sep 17 00:00:00 2001 From: Florian Strohmaier Date: Wed, 6 Apr 2016 12:00:50 +0200 Subject: [PATCH] Fix alignment of backend selection in user and group lists --- public/css/icinga/controls.less | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/public/css/icinga/controls.less b/public/css/icinga/controls.less index 9bc611dcd..554be4048 100644 --- a/public/css/icinga/controls.less +++ b/public/css/icinga/controls.less @@ -2,9 +2,24 @@ // 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 { float: left; + + > .control-group { + padding: 0; + + > .control-label-group { + text-align: left; + width: auto; + } + } } .backend-selection, @@ -121,10 +136,6 @@ width: 8em; margin-left: 0; } - - > form > i { - .sr-only(); - } } .sort-controls-container {