diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-04 19:40:28 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-04 19:40:28 +0000 |
commit | 6feff147f42d74874c4347e5e19f29bf5a568ca7 (patch) | |
tree | e9c03002a6293b491a1825bd0619114a1b864c30 /h-source/Public | |
parent | 2f0587286b4e433b96a7db5db60a0dd94617f485 (diff) |
moderators can now hide/show issues
Diffstat (limited to 'h-source/Public')
-rw-r--r-- | h-source/Public/Css/main.css | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 296843e..31b120a 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1954,6 +1954,20 @@ div#description_tabs_content margin:10px 0; } +.issue_hidden_notice +{ + width:500px; + float:left; + padding:5px; + margin:10px 0; +/* font-style:italic; */ +/* border: 1px solid #F65637; */ + background-color:#F65637; +} +.show_hidden_box_ext +{ + clear:left; +} /* Start - temporarily added due to transformation of help pages 2011-05-29 joeko |