From 6c354c6333ed91af2fb383fd79ebe451daaf43a4 Mon Sep 17 00:00:00 2001 From: Peter 'Pita' Martischka Date: Sun, 21 Aug 2011 18:18:35 +0100 Subject: [PATCH] improved the design of the user icon --- static/css/pad.css | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/static/css/pad.css b/static/css/pad.css index 2bc0ab22..69747fbb 100644 --- a/static/css/pad.css +++ b/static/css/pad.css @@ -1122,7 +1122,7 @@ margin-top: 1px; #usericon { -width:27px !important; +width:33px !important; } #focusprotector @@ -1144,4 +1144,8 @@ width:27px !important; top:4px; cursor: hand; cursor: pointer; -} \ No newline at end of file +} + +#online_count{ + color: #999; +}