Aligned user list on the left of iconbar with a small indent
authorThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 9 Jul 2007 17:20:07 +0000 (17:20 +0000)
committerThierry Pasqualier <thierry@uncensored.citadel.org>
Mon, 9 Jul 2007 17:20:07 +0000 (17:20 +0000)
webcit/static/webcit.css

index a4fbd680e8ae1c85730cd8dfdc7267fea9fdb954..557e6e2078f241985bc6b9427633506ae2189365 100644 (file)
@@ -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 {