From 2b574f4d63e4ada0db82ca5a56773b3acf771d78 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Tue, 7 Jan 2014 11:42:19 +0100 Subject: Bug 840407: Remove the "align" and "valign" attributes r/a=justdave --- skins/standard/summarize-time.css | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'skins/standard/summarize-time.css') diff --git a/skins/standard/summarize-time.css b/skins/standard/summarize-time.css index 37b135b45..84a27c736 100644 --- a/skins/standard/summarize-time.css +++ b/skins/standard/summarize-time.css @@ -6,8 +6,6 @@ * defined by the Mozilla Public License, v. 2.0. */ -td { vertical-align: top } - table.zeroitems, table.realitems { margin-left: 2.0em; margin-top: 2px; @@ -22,6 +20,9 @@ tr.section_total { td.subtotal { background: #B0C0D9; + text-align: right; + font-weight: bold; + width: 8em; } .zeroitems .bug_header { background: #d0e0f0 } @@ -51,3 +52,14 @@ table.owner, table.number, table.zeroitems { margin: 1em; padding: 0.5em; } + +th.bug_id, th.bug_status { + white-space: nowrap; + text-align: left; + padding-right: 2em; + width: 6em; +} + +.time_info { + padding-right: 3em; +} -- cgit v1.2.3-24-g4f1b