From bc3214793dae7823ed70e33004e200d0bc562a27 Mon Sep 17 00:00:00 2001 From: Thierry Pasqualier Date: Mon, 9 Jul 2007 17:20:07 +0000 Subject: [PATCH 1/1] Aligned user list on the left of iconbar with a small indent --- webcit/static/webcit.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/webcit/static/webcit.css b/webcit/static/webcit.css index a4fbd680e..557e6e207 100644 --- a/webcit/static/webcit.css +++ b/webcit/static/webcit.css @@ -1031,6 +1031,7 @@ div.auto_complete ul strong.highlight { #wholist { border: 0; margin: 0; + padding: 0; max-height: 200px; overflow: auto; } @@ -1048,6 +1049,7 @@ div.auto_complete ul strong.highlight { #wholist li.activeuser a { background-color: rgb(255,240,146); + padding-left: 5px; } table.altern { -- 2.39.2