summaryrefslogtreecommitdiffstats
path: root/skins/standard/summarize-time.css
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2014-01-07 11:42:19 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2014-01-07 11:42:19 +0100
commit2b574f4d63e4ada0db82ca5a56773b3acf771d78 (patch)
treeb9523ffbccca38f11cf862fb2eb32d95737d9541 /skins/standard/summarize-time.css
parentd4f65f36b7d31d50f39264882c5440b842429bba (diff)
downloadbugzilla-2b574f4d63e4ada0db82ca5a56773b3acf771d78.tar.gz
bugzilla-2b574f4d63e4ada0db82ca5a56773b3acf771d78.tar.xz
Bug 840407: Remove the "align" and "valign" attributes
r/a=justdave
Diffstat (limited to 'skins/standard/summarize-time.css')
-rw-r--r--skins/standard/summarize-time.css16
1 files changed, 14 insertions, 2 deletions
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;
+}