From 2c3b3bc7bf564e54bf21dabd6afeae3aba5dbaf0 Mon Sep 17 00:00:00 2001 From: Darren Date: Sun, 6 Nov 2011 16:21:34 +0000 Subject: [PATCH] Nicklist tidy up --- client/css/default.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/css/default.css b/client/css/default.css index 8efc8fd..e724cd0 100644 --- a/client/css/default.css +++ b/client/css/default.css @@ -105,10 +105,9 @@ background-image: -moz-linear-gradient( width: 100px; top:92px; right:0px; bottom: 55px; - margin: 5px; - overflow-y:auto; + overflow-y:auto; overflow-x:hidden; } -#kiwi .userlist ul { display: none; } +#kiwi .userlist ul { display: none; margin:5px; } #kiwi .userlist ul.active { display:block; } #kiwi .userlist ul li { padding:1px 2px; cursor:pointer; } #kiwi .userlist ul li:hover { background-color:#FAF7D3; } -- 2.25.1