From cc1614abfb6330156fc0a895298decaa587d2351 Mon Sep 17 00:00:00 2001 From: Tim Felgentreff Date: Wed, 4 May 2011 14:48:01 +0200 Subject: [PATCH] [FIT #18962]: Hovering over GroupBys in IE7 made the table jump up by 10px. Fixed by moving the margin from the controls margin-bottom to the tables margin-top. --- assets/stylesheets/reporting.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/reporting.css b/assets/stylesheets/reporting.css index 8b2a0fb622..5de133039d 100644 --- a/assets/stylesheets/reporting.css +++ b/assets/stylesheets/reporting.css @@ -90,6 +90,10 @@ text-align: right; } +#result-table { + margin-top: 10px !important; +} + .report thead tr:hover .inner, .report tfoot tr:hover .inner { background-color: #efefef !important; } @@ -357,7 +361,6 @@ td:hover .drill_down, th:hover .drill_down { .form_controls { margin-top: 6px; - margin-bottom: 10px; } .buttons .reporting_button:hover {