From 8a17e45f7e56967069dc33440f90ffc4ab9a5131 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sun, 12 Aug 2012 12:11:10 +0200 Subject: Bug 746947: Determine the size of the images dynamically for graphical reports r=dkl a=LpSolit --- skins/standard/IE-fixes.css | 4 ++++ skins/standard/reports.css | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) (limited to 'skins') diff --git a/skins/standard/IE-fixes.css b/skins/standard/IE-fixes.css index 9574d5f9e..65f33a637 100644 --- a/skins/standard/IE-fixes.css +++ b/skins/standard/IE-fixes.css @@ -52,3 +52,7 @@ form#Create #comp_desc { /* color:inherit */ color: expression(this.parentNode.currentStyle['color']); } + +#graphical_report { + width: auto\9; /* IE6-8 */ +} diff --git a/skins/standard/reports.css b/skins/standard/reports.css index 065fe72bb..97ef316ba 100644 --- a/skins/standard/reports.css +++ b/skins/standard/reports.css @@ -77,3 +77,28 @@ padding-bottom: .5em; color: #333; } + +.t1 { + background-color: #ffffff; /* white */ +} + +.t2 { + background-color: #dfefff; /* light blue */ +} + +.t3 { + background-color: #dddddd; /* grey */ +} + +.t4 { + background-color: #c3d3ed; /* darker blue */ +} + +.ttotal, .ttotal td { + background-color: #cfffdf; /* light green */ +} + +#graphical_report { + max-width: 100%; + height: auto; +} -- cgit v1.2.3-24-g4f1b