From be1d2d6c4c5623c6af59cf72e74e0335d1aa6cb5 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 10 Jul 2011 22:46:30 +0000 Subject: improved the way the history messages are shown --- h-source/Public/Css/main.css | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'h-source/Public/Css/main.css') diff --git a/h-source/Public/Css/main.css b/h-source/Public/Css/main.css index 952f889..2f15a7f 100644 --- a/h-source/Public/Css/main.css +++ b/h-source/Public/Css/main.css @@ -1765,15 +1765,16 @@ span.entry_label_small #admin_box, #moderator_box { margin:20px 10px; - border-bottom:1px solid #ADD8E6; - border-left:10px solid #ADD8E6; - background-color:#F0FFFF; +/* border-bottom:1px solid #DC143C; */ +/* border-top:1px solid #DC143C; */ + border-left:10px solid #DC143C; +/* background-color:#F0FFFF; */ padding:10px; } #moderator_box { - background-color:#fffc8e; - border-bottom:1px solid #FFA500; +/* background-color:#fffc8e; */ +/* border-bottom:1px solid #FFA500; */ border-left:10px solid #FFA500; } .admin_box_title, .moderator_box_title @@ -1796,8 +1797,8 @@ span.entry_label_small } #admin_box ul li a, #moderator_box ul li a { - color:#097FBC; -/* font-weight:bold; */ + color:#DC143C; + font-weight:bold; } #moderator_box ul li a { -- cgit v1.2.3