diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-08 18:14:21 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-08 18:14:21 +0000 |
commit | 2f4d2fa530e8b42ffe01a4b58fd02c10a8f6174d (patch) | |
tree | 199855121ef215a1a6e794511bf396bfb51023fb /h-source/Public/Css | |
parent | 6c9c201e7e31e85cbe40065b8d11bdd7b60f713c (diff) |
changed the layout of the admin panel for administrators and moderators
Diffstat (limited to 'h-source/Public/Css')
-rw-r--r-- | h-source/Public/Css/main.css | 39 |
1 files changed, 38 insertions, 1 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 3ba2222..e8c008c 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1762,7 +1762,44 @@ span.entry_label_small { clear:right; } - +#admin_box, #moderator_box +{ + margin:20px 10px; + border-bottom:1px solid #ADD8E6; + border-left:10px solid #ADD8E6; + background-color:#F0FFFF; + padding:10px; +} +#moderator_box +{ + background-color:#fffc8e; + border-bottom:1px solid #FFA500; + border-left:10px solid #FFA500; +} +.admin_box_title, .moderator_box_title +{ + margin-bottom:10px; + font-size:12px; +/* color:#FFF; */ +} +#admin_box ul, #moderator_box ul +{ + margin:0px; + padding:0px; +} +#admin_box ul li, #moderator_box ul li +{ + list-style-type:none; +} +#admin_box ul li a, #moderator_box ul li a +{ + color:#097FBC; + font-weight:bold; +} +#moderator_box ul li a +{ + color:#FF4500; +} /* Start - temporarily added due to transformation of help pages 2011-05-29 joeko |