From 7dc675fedb5b2631a8bafd0fb691eac485eff0af Mon Sep 17 00:00:00 2001 From: Byron Jones Date: Tue, 4 Nov 2014 13:38:46 +0800 Subject: Bug 1092037: backport bug 1062739 to bmo (add the ability for administrators to limit the number of emails sent to a user per minute and hour) --- skins/standard/admin.css | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) (limited to 'skins') diff --git a/skins/standard/admin.css b/skins/standard/admin.css index 6b330ef6d..c5816a549 100644 --- a/skins/standard/admin.css +++ b/skins/standard/admin.css @@ -125,3 +125,38 @@ th.title { #edit_custom_field th.narrow_label { white-space: normal; } + +#report { + border: 1px solid #888888; +} + +#report td, #report th { + padding: 3px 10px 3px 3px; + border: 0px; +} + +#report th { + text-align: left; +} + +#report-header { + background-color: #cccccc; +} + +.report_row_odd { + background-color: #eeeeee; + color: #000000; +} + +.report_row_even { + background-color: #ffffff; + color: #000000; +} + +#report.hover tr:hover { + background-color: #ccccff; +} + +.report_information { + font-style: italic; +} -- cgit v1.2.3-24-g4f1b