Cleaned and sobered up the roombanner css and html:
[citadel.git] / webcit / static / styles / webcit.css
index c397bb6418708645ed113d4e367fc7f7b5b69170..3ee668a1feb5c5e59e6815e98427fa744d57c80e 100644 (file)
@@ -62,13 +62,13 @@ body {
 }
 
 #room_infos, #address_book_popup, .roomops_cell, .roomops_cell_edit, .mimepart {
-       background-color: #F0FFFF;
-       color: #333;
+       background-color: #deded0;
+       color: #5C646B;
 } 
 
 #room_infos, #address_book_popup, .mimepart, .room_actions form select {
-       border: 1px solid #333;
-       overflow: scroll;
+       border: 1px solid #5C646B;
+       overflow: auto;
 }
 
 .buttons a,.tablabel,.treetitle {