From 5dedd2ff3c3531795a7d21c07cb9dfa45522d22a Mon Sep 17 00:00:00 2001 From: Wieland Lindenthal Date: Tue, 8 Mar 2011 00:26:34 +0100 Subject: [PATCH] Setting basic font size and line height for reporting interfaces. --- assets/stylesheets/reporting.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/assets/stylesheets/reporting.css b/assets/stylesheets/reporting.css index 51e5b888c4..bbfd638682 100644 --- a/assets/stylesheets/reporting.css +++ b/assets/stylesheets/reporting.css @@ -7,12 +7,19 @@ font-weight: bold; } +#content p, +#content label, +#content a, +#content div { + font-size: 11px; + line-height: 16px; +} + .report { text-align: center; border-collapse: collapse; border: solid 1px #ccc !important; width: auto !important; - font-size: 11px; } .report td, .report th { @@ -348,8 +355,6 @@ td:hover .drill_down, th:hover .drill_down { } .form_controls { - font-size: 11px; - line-height: 17px; margin-top: 6px; margin-bottom: 10px; }