Commit 286c0ad1 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 219555: 'Format for Printing' page is a mess - Patch by Olav Vitters…

Bug 219555: 'Format for Printing' page is a mess - Patch by Olav Vitters <bugzilla-mozilla@bkor.dhs.org> r=LpSolit a=justdave
parent 58a9182f
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;
}
......@@ -354,7 +354,9 @@
'bug/show-multiple.html.tmpl' => [
'bug.bug_id',
'bug.deadline',
'depbug FILTER bug_link(depbug)',
'attachment.id',
'flag.status',
],
'bug/show.html.tmpl' => [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment