diff options
author | Byron Jones <bjones@mozilla.com> | 2012-02-10 08:12:33 +0100 |
---|---|---|
committer | Byron Jones <bjones@mozilla.com> | 2012-02-10 08:12:33 +0100 |
commit | 681f39d6a59163e4f36dc5c64c3b528b41bb0639 (patch) | |
tree | 7acb671f0a29e691f222b95f9d05d053f2752e3d /extensions/BMO/web/styles | |
parent | 8c3ae9f0151bead35a3584cfb4c41605b7ff67f2 (diff) | |
download | bugzilla-681f39d6a59163e4f36dc5c64c3b528b41bb0639.tar.gz bugzilla-681f39d6a59163e4f36dc5c64c3b528b41bb0639.tar.xz |
Bug 722335: add sort-by-bug to user activity report
Diffstat (limited to 'extensions/BMO/web/styles')
-rw-r--r-- | extensions/BMO/web/styles/reports.css | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/extensions/BMO/web/styles/reports.css b/extensions/BMO/web/styles/reports.css index fa2acf8d3..2a6bc54fc 100644 --- a/extensions/BMO/web/styles/reports.css +++ b/extensions/BMO/web/styles/reports.css @@ -23,17 +23,21 @@ text-align: left; } +#report th.sorted { + text-decoration: underline; +} + #report-header { - background: #dddddd; + background: #cccccc; } .report_row_odd { - background-color: #F7F7F7; + background-color: #eeeeee; color: #000000; } .report_row_even { - background-color: #FFFFFF; + background-color: #ffffff; color: #000000; } @@ -41,6 +45,14 @@ background-color: #ccccff; } +#report { + border: 1px solid #888888; +} + +#report th, #report td { + border: 0px; +} + .disabled { color: #888888; } |