summaryrefslogtreecommitdiffstats
path: root/skins
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-02-22 01:58:06 +0100
committerlpsolit%gmail.com <>2006-02-22 01:58:06 +0100
commit286c0ad1454c120b61e1d162b236f6fb27b77e46 (patch)
treece8a43a477f14bccb96bd211c33f285d475e4ebd /skins
parent58a9182f1da50a3543a0e781206bc7944c6c124e (diff)
downloadbugzilla-286c0ad1454c120b61e1d162b236f6fb27b77e46.tar.gz
bugzilla-286c0ad1454c120b61e1d162b236f6fb27b77e46.tar.xz
Bug 219555: 'Format for Printing' page is a mess - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
Diffstat (limited to 'skins')
-rw-r--r--skins/standard/show_multiple.css44
1 files changed, 44 insertions, 0 deletions
diff --git a/skins/standard/show_multiple.css b/skins/standard/show_multiple.css
index fd418a82e..573a587b6 100644
--- a/skins/standard/show_multiple.css
+++ b/skins/standard/show_multiple.css
@@ -1,3 +1,47 @@
hr {margin: 20px auto 40px}
.bz_private { color:darkred }
+
+h1 {
+ font-size: 2em;
+ margin-bottom: 10px;
+}
+
+/* bugfields is table of all fields and values */
+.bugfields {
+ font-size: small;
+ background: #eee;
+ padding: 5px;
+ border: 1px solid silver;
+ width: 100%;
+}
+
+.bugfields tr {
+ vertical-align: top;
+}
+
+.bugfields th {
+ width: 10em;
+ text-align: left;
+ font-weight: normal;
+ line-height: 150%;
+}
+
+.bugfields td {
+ font-weight: bold;
+ line-height: 150%;
+}
+
+.bugfields .rightcell {
+ padding-left: 10px;
+}
+
+/* set line-height to normal for nested tables of bugfields table */
+.bugfields table th, .bugfields table td {
+ line-height: 100%;
+ width: auto;
+}
+
+.bugfields table.timetracking th, .bugfields table.timetracking td {
+ width: 10em;
+}