From c5cd5934188c39dcbf052d6220b846116b34fbe2 Mon Sep 17 00:00:00 2001 From: Wieland Lindenthal Date: Wed, 20 Apr 2011 13:08:26 +0200 Subject: [PATCH] Giving the group-by areas a background in order to signal to which a select box belongs, cols or rows. --- assets/stylesheets/reporting.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/assets/stylesheets/reporting.css b/assets/stylesheets/reporting.css index 5bf167752d..b3976c8fca 100644 --- a/assets/stylesheets/reporting.css +++ b/assets/stylesheets/reporting.css @@ -306,12 +306,14 @@ fieldset#filter-settings table td > label { } .drag_container { - padding: 7px 0; + padding: 0; height: 22px; + margin-bottom: 1em; + background-color: #EEE; } .drag_container select { - margin-right: 20px; + margin-right: 3px; float: right; }