[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.

pull/6827/head
Tim Felgentreff 14 years ago
parent 0bd5bbdcda
commit cc1614abfb
  1. 5
      assets/stylesheets/reporting.css

@ -90,6 +90,10 @@
text-align: right; text-align: right;
} }
#result-table {
margin-top: 10px !important;
}
.report thead tr:hover .inner, .report tfoot tr:hover .inner { .report thead tr:hover .inner, .report tfoot tr:hover .inner {
background-color: #efefef !important; background-color: #efefef !important;
} }
@ -357,7 +361,6 @@ td:hover .drill_down, th:hover .drill_down {
.form_controls { .form_controls {
margin-top: 6px; margin-top: 6px;
margin-bottom: 10px;
} }
.buttons .reporting_button:hover { .buttons .reporting_button:hover {

Loading…
Cancel
Save