diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-25 22:52:38 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-25 22:52:38 +0000 |
commit | d67f5736dfbec2b769e98dd17f34137b9feec1fc (patch) | |
tree | bfb72d575c958957f3e722de05068b664d4fbe3f /h-source/Public/Css | |
parent | 94a0a341180376096f8be03261051ccd4f5fe083 (diff) |
improved wiki (TOC and moderator box)
Diffstat (limited to 'h-source/Public/Css')
-rw-r--r-- | h-source/Public/Css/main.css | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 93f5783..c06058e 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -493,6 +493,7 @@ a.link_menu margin-bottom:20px; border-bottom:1px solid #d26262; border-top:1px solid #d26262; + clear:both; } /*page list in history*/ @@ -702,6 +703,10 @@ ins -moz-border-radius: 15px; -webkit-border-radius: 15px; } +.tables_of_contents a +{ + font-size:14px; +} .tables_of_contents_title { margin:10px 25px; @@ -1610,8 +1615,8 @@ ins } .moderator_box_deleted { - background:#F0FFFF; - border:1px solid #ADD8E6; + background:#C7DAEF; +/* border:1px solid #ADD8E6; */ } .listTable @@ -2015,13 +2020,17 @@ div#description_tabs_content margin:10px 0; } -.issue_hidden_notice +.issue_hidden_notice, .wiki_hidden_notice { - width:500px; + width:450px; float:left; margin-bottom:10px; color:red; } +.wiki_hidden_notice +{ + color:#000; +} .show_hidden_box_ext { clear:left; |