diff options
Diffstat (limited to 'skins/standard/admin.css')
-rw-r--r-- | skins/standard/admin.css | 35 |
1 files changed, 35 insertions, 0 deletions
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; +} |