diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-25 00:25:29 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-02-25 00:25:29 +0000 |
commit | e9973f35a33f0ad72ff2fbd74250283d0e23e375 (patch) | |
tree | 8f3f4ef63ef92a1d8acf2f8499658623915f6486 /h-source/Public/Css | |
parent | d7cc67e72a3f53629104d811986acd688f104cda (diff) |
added list of actions carried out by administrators
Diffstat (limited to 'h-source/Public/Css')
-rw-r--r-- | h-source/Public/Css/main.css | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 77de30d..f37daf9 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -850,7 +850,7 @@ ins .panelApplicationList li { display:block; - width:250px; + width:450px; height:30px; margin:5px; padding-top:9px; @@ -1538,14 +1538,18 @@ td.text_item_date { width:25%; } -.moderator_panel_link +.moderator_panel_link, .admin_panel_link { margin:5px; padding:10px; - border:1px solid #ED9F4A; - background:#F6EA99; +/* border:1px solid #ED9F4A; */ +/* background:#F6EA99; */ +} +.admin_panel_link +{ +/* border:1px solid #DA70D6; */ +/* background:#F6EA99; */ } - .noscript_notice { margin:10px 5px; |