aboutsummaryrefslogtreecommitdiff
path: root/modules/Internals/Styles
diff options
context:
space:
mode:
authorAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-06-08 17:20:02 +0400
committerAndrey Ponomarenko <aponomarenko@rosalab.ru>2012-06-08 17:20:02 +0400
commita01311b923f49cc2c3d2769d308aeaf7832f6499 (patch)
tree1e664cf288e0f6eff067a36ca558822d4c701810 /modules/Internals/Styles
parentb8d203dfe35b781f33c9281d1cdeacac73fc6f73 (diff)
downloadabi-compliance-checker-a01311b923f49cc2c3d2769d308aeaf7832f6499.tar.gz
ABI Compliance Checker 1.97.8
Diffstat (limited to 'modules/Internals/Styles')
-rw-r--r--modules/Internals/Styles/CmpSystems.css2
-rw-r--r--modules/Internals/Styles/Report.css15
2 files changed, 12 insertions, 5 deletions
diff --git a/modules/Internals/Styles/CmpSystems.css b/modules/Internals/Styles/CmpSystems.css
index dd3218a..53cba19 100644
--- a/modules/Internals/Styles/CmpSystems.css
+++ b/modules/Internals/Styles/CmpSystems.css
@@ -45,7 +45,7 @@ td.warning {
background-color:#F4F4AF;
}
td.failed {
- background-color:#FFC3CE;
+ background-color:#FFCCCC;
}
td.new {
background-color:#C6DEFF;
diff --git a/modules/Internals/Styles/Report.css b/modules/Internals/Styles/Report.css
index f9b0aa5..f6978cf 100644
--- a/modules/Internals/Styles/Report.css
+++ b/modules/Internals/Styles/Report.css
@@ -97,6 +97,11 @@ span.iname_b {
font-weight:bold;
font-size:15px;
}
+span.iname_a {
+ color:#333333;
+ font-weight:bold;
+ font-size:15px;
+}
span.sym_p {
font-weight:normal;
white-space:normal;
@@ -126,7 +131,7 @@ table.ptable {
width:900px;
}
table.ptable td {
- border:1px solid Gray;
+ border:1px solid gray;
padding: 3px;
}
table.vtable {
@@ -138,15 +143,17 @@ table.vtable {
width:100px;
}
table.vtable td {
- border:1px solid Gray;
+ border:1px solid gray;
white-space:nowrap;
padding: 3px;
}
table.ptable th, table.vtable th {
background-color:#eeeeee;
font-weight:bold;
+ color:#333333;
+ font-family:Verdana, Arial;
font-size:13px;
- border:1px solid Gray;
+ border:1px solid gray;
text-align:center;
vertical-align:top;
white-space:nowrap;
@@ -227,7 +234,7 @@ td.warning {
background-color:#F4F4AF;
}
td.failed {
- background-color:#FFC3CE;
+ background-color:#FFCCCC;
}
td.new {
background-color:#C6DEFF;