diff options
author | lpsolit%gmail.com <> | 2009-01-04 18:44:35 +0100 |
---|---|---|
committer | lpsolit%gmail.com <> | 2009-01-04 18:44:35 +0100 |
commit | 26428bd5366a710abf864745ce2706e482b86aa9 (patch) | |
tree | b9abb336efb3bd525f6deec5dda3c7c8843793a9 /skins | |
parent | 8ecc07050fd3d7d9b6bd136511ee4c8098f7c500 (diff) | |
download | bugzilla-26428bd5366a710abf864745ce2706e482b86aa9.tar.gz bugzilla-26428bd5366a710abf864745ce2706e482b86aa9.tar.xz |
Bug 316425: Summarize time estimates on buglist page - Patch by Aaron Larson <aaron@larsonsonline.net> r=wicked a=LpSolit
Diffstat (limited to 'skins')
-rw-r--r-- | skins/standard/buglist.css | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/skins/standard/buglist.css b/skins/standard/buglist.css index fa50bcb2d..fb4801d79 100644 --- a/skins/standard/buglist.css +++ b/skins/standard/buglist.css @@ -71,6 +71,23 @@ tr.bz_secure_mode_implied td.first-child { tr.bz_secure_mode_manual td.first-child { } +td.bz_estimated_time_column, +td.bz_remaining_time_column, +td.bz_actual_time_column, +td.bz_percentage_complete_column { + text-align: right; +} + +tr.bz_time_summary_line { + background: black; + color: white; +} + +td.bz_total_label { + font-weight: bold; + text-align: right; +} + #commit, #action { margin-top: .25em; } |