From 5f79157a9746df6fb5f4e4827ef3a6eff156ba8f Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Thu, 12 Nov 2015 13:05:16 +0100 Subject: [PATCH] CSS: Reduce div.sort-control selector to .sort-control refs #5543 --- public/css/icinga/controls.less | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/css/icinga/controls.less b/public/css/icinga/controls.less index 5f1c18aec..b80e7e2c2 100644 --- a/public/css/icinga/controls.less +++ b/public/css/icinga/controls.less @@ -1,6 +1,6 @@ /*! Icinga Web 2 | (c) 2013-2015 Icinga Development Team | GPLv2+ */ -div.sort-control { +.sort-control { label { width: auto; margin-right: 0.5em; @@ -17,7 +17,7 @@ div.sort-control { } } -html.no-js div.sort-control form { +html.no-js .sort-control form { display: table; margin-left: auto; margin-top: 0.25em;