From 1693447e958e56734a9d3291c320b0ff3c4c6d47 Mon Sep 17 00:00:00 2001 From: Andrey Ponomarenko Date: Thu, 29 Mar 2012 15:37:04 +0400 Subject: ACC 1.97.2: corrected ABI dumps, improved HTML reports. --- modules/Internals/Styles/Report.css | 22 ++++++++++++++-------- modules/Internals/Styles/Tabs.css | 32 ++++++++++++++++---------------- 2 files changed, 30 insertions(+), 24 deletions(-) (limited to 'modules/Internals/Styles') diff --git a/modules/Internals/Styles/Report.css b/modules/Internals/Styles/Report.css index af6cd90..e0e75ec 100644 --- a/modules/Internals/Styles/Report.css +++ b/modules/Internals/Styles/Report.css @@ -65,8 +65,8 @@ span.h_name { font-weight:bold; } div.h_list { - padding-left:10px; font-size:15px; + padding-left:10px; } span.ns_title { color:#408080; @@ -78,8 +78,8 @@ span.ns { font-weight:bold; } div.lib_list { - padding-left:10px; font-size:15px; + padding-left:10px; } span.lib_name { color:Green; @@ -150,12 +150,6 @@ table.ptable th, table.vtable th { white-space:nowrap; padding: 3px; } -td.vtable_red { - background-color:#FFCCCC; -} -td.vtable_yellow { - background-color:#FFFFCC; -} table.summary { border-collapse:collapse; border:1px outset black; @@ -220,4 +214,16 @@ span.nowrap { span.value { white-space:nowrap; font-weight:bold; +} +td.passed { + background-color:#CCFFCC; +} +td.warning { + background-color:#F4F4AF; +} +td.failed { + background-color:#FFC3CE; +} +td.new { + background-color:#C6DEFF; } \ No newline at end of file diff --git a/modules/Internals/Styles/Tabs.css b/modules/Internals/Styles/Tabs.css index 538c7d6..ef4e0ff 100644 --- a/modules/Internals/Styles/Tabs.css +++ b/modules/Internals/Styles/Tabs.css @@ -2,33 +2,33 @@ float:left; } a.tab { - border: 1px solid #AAA; - float: left; - margin: 0 5px -1px 0px; - padding:5px 10px 5px; - position: relative; - font-size:16px; - background-color: #EEE; - text-decoration: none; - color: Black; + border:1px solid #AAA; + float:left; + margin:0px 5px -1px 0px; + padding:3px 5px 3px 5px; + position:relative; + font-size:14px; + background-color:#DDD; + text-decoration:none; + color:Black; } a.disabled:hover { - color: Black; - background: #C6DEFF; + color:Black; + background:#EEE; } a.active:hover { - color: Black; - background: White; + color:Black; + background:White; } a.active { - border-bottom-color: White; - background-color: White; + border-bottom-color:White; + background-color:White; } div.tab { border:1px solid #AAA; padding:0 7px 0 12px; width:97%; - clear: both; + clear:both; } \ No newline at end of file -- cgit v1.2.3