aboutsummaryrefslogtreecommitdiff
path: root/modules/Internals/Styles
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-03-29 15:37:04 +0400
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-03-29 15:37:04 +0400
commit1693447e958e56734a9d3291c320b0ff3c4c6d47 (patch)
tree05c45d88e90247cfbb4c4811e87f81c4574b3960 /modules/Internals/Styles
parent7b6157a33e991234968dbe742e6615e26bed088c (diff)
downloadabi-compliance-checker-1693447e958e56734a9d3291c320b0ff3c4c6d47.tar.gz
ACC 1.97.2: corrected ABI dumps, improved HTML reports.
Diffstat (limited to 'modules/Internals/Styles')
-rw-r--r--modules/Internals/Styles/Report.css22
-rw-r--r--modules/Internals/Styles/Tabs.css32
2 files changed, 30 insertions, 24 deletions
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