diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-06 19:43:29 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-06 19:43:29 +0000 |
commit | 99a6ba9947839d62a3f09f48a0ba962c23794491 (patch) | |
tree | 7666d1738855c02cab2a84ac6a17deda0e2323de /h-source/Public/Css | |
parent | 6feff147f42d74874c4347e5e19f29bf5a568ca7 (diff) |
moderators can now hide issues - part 2
Diffstat (limited to 'h-source/Public/Css')
-rw-r--r-- | h-source/Public/Css/main.css | 45 |
1 files changed, 36 insertions, 9 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 31b120a..dacb52b 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1069,19 +1069,49 @@ ins } .issues_viewall_table { - font:normal 14px/1 sans-serif,arial; + font:normal 13px/1 sans-serif,arial; } + .issues_viewall_table td { -/* background:#E6E6FA; */ +/* background:#F0FFFF; */ padding:5px; /* border-bottom:1px solid #E6E6FA; */ } +.issues_viewall_table td a +{ + color:#3E3E3E; +} +.issue_deleted_yes td +{ + background-color:#E6E6FA; +} + +.issue_deleted_yes span +{ + color:red; + padding-left:5px; + font-size:10px; +} + +.issue_deleted_no span +{ + display:none; +} + +.issue_deleted_yes, +.issue_deleted_yes td a +{ + color:#808080; +} + .issues_viewall_table th { background:#ADD8E6; - border-top:1px solid #4169E1; - border-bottom:1px solid #4169E1; +/* font-weight:normal; */ +/* border-top:1px solid #4169E1; */ +/* border-left:4px solid #4169E1; */ +/* border-bottom:1px solid #4169E1; */ padding:5px; } @@ -1958,11 +1988,8 @@ div#description_tabs_content { width:500px; float:left; - padding:5px; - margin:10px 0; -/* font-style:italic; */ -/* border: 1px solid #F65637; */ - background-color:#F65637; + margin-bottom:10px; + color:red; } .show_hidden_box_ext { |