]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
- Simplified the user list for summary
[citadel.git] / webcit / static / webcit.css
index 9dba60757c84bebc5dcac0630ee925c7e8ab7704..37ea57889e53fe0295a22e2b227db494d18c8b98 100644 (file)
@@ -124,17 +124,18 @@ body {
         z-index: 100;
         color: #666;
         background: white;
-}
-
-#room_infos .close_infos {
        cursor: pointer;
-        font-size: 8pt;
+        font-size: 10pt;
        color: black;
-        text-align: right;
+        text-align: left;
         padding: 2px;
        margin-top: 5px;
 }
 
+img.close_infos {
+       float: right;
+}
+
 #banner ul {
         float: right;
         text-align: right;
@@ -852,7 +853,7 @@ div.auto_complete ul strong.highlight {
         width: 100%;
 }
 
-.smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background, .who_background   {
+.smtpqueue_background, .tabs_background, .useredit_background, .userlist_background, .downloads_background, .vcard_edit_background    {
         border: 0;
         width: 100%;
         background-color: #ffffff;
@@ -1019,10 +1020,19 @@ div.auto_complete ul strong.highlight {
         color: #000;
 }
 
+.edit_col, .host_col {
+       display: none;
+}
 
+.who_is_online .edit_col, .who_is_online .host_col {
+       display: block;
+}
 
 #wholist {
        border: 0;
+        margin: 0;
+       max-height: 200px;
+       overflow: auto;
 }
 
 #wholist li {
@@ -1033,6 +1043,18 @@ div.auto_complete ul strong.highlight {
         margin: 0;
         padding: 2px;
         white-space: nowrap;
+       border-top: 1px solid #aaaaaa;
 }
 
+table.altern {
+       background-color: #ffffff;
+       width: 100%;
+}
 
+table.altern .even {
+       background-color: #dddddd;
+}
+
+table.altern .odd {
+       background-color: #ffffff;
+}