diff options
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/IE-fixes.css | 4 | ||||
-rw-r--r-- | skins/standard/reports.css | 25 |
2 files changed, 29 insertions, 0 deletions
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; +} |