summaryrefslogtreecommitdiffstats
path: root/skins/standard/reports.css
diff options
context:
space:
mode:
Diffstat (limited to 'skins/standard/reports.css')
-rw-r--r--skins/standard/reports.css52
1 files changed, 16 insertions, 36 deletions
diff --git a/skins/standard/reports.css b/skins/standard/reports.css
index 4db7d2dac..7679e32fc 100644
--- a/skins/standard/reports.css
+++ b/skins/standard/reports.css
@@ -8,49 +8,17 @@
/* describecomponents.cgi */
-#components_header_table {
- margin-bottom: 1em;
-}
-
-.product_container {
- width: 65%;
-}
-
-.product_name {
- font-weight: bold;
- font-size: 150%;
- margin: 0;
-}
-
.product_desc {
/* This is padding instead of margin because it looks better
* with the scrollbar. */
padding: 0 2em;
font-style: italic;
- max-height: 5em;
+ max-height: 8em;
overflow: auto;
}
-.instructions {
- font-weight: bold;
- font-size: 105%;
+.component_table th {
padding-right: 1em;
-}
-
-.components_header {
- margin: 0;
- font-size: 140%;
- font-weight: bold;
-}
-
-.component_table {
- margin-top: -1em;
- margin-left: 2em;
-}
-
-.component_table thead th {
- padding-right: 1em;
- vertical-align: bottom;
text-align: left;
}
@@ -62,7 +30,7 @@
.component_table td.component_qa_contact
{
border: none;
- padding-top: .5em;
+ padding-top: 0.5em;
}
.component_name {
@@ -74,7 +42,7 @@
}
.component_description {
- padding-bottom: .5em;
+ padding-bottom: 0.5em;
color: #333;
}
@@ -98,6 +66,17 @@
background-color: #cfffdf; /* light green */
}
+#tabular_report {
+ border: 1px dotted black;
+ border-collapse: collapse;
+ text-align: center;
+}
+
+#tabular_report th, #tabular_report td {
+ border: 1px dotted;
+ padding: 0.2em;
+}
+
#graphical_report {
max-width: 100%;
height: auto;
@@ -133,3 +112,4 @@
#edit_charts input#action-sum, #edit_charts input#action-remove {
width: 7em;
}
+