]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
Address book popup now begins to look like something with
[citadel.git] / webcit / static / webcit.css
index b3eba4f18a4d2b55ac18d4710d4f7312069d8467..54b3ef2a6527cad665020da1d98be47f551a4a29 100644 (file)
@@ -863,17 +863,31 @@ div.auto_complete ul strong.highlight {
         top: 100px;
         left: 25%;
         width: 320px;
-        padding: 11px;
+       height: auto;
         z-index: 100;
-       background-color: #FFA;
+       background-color: #fff;
+       color: #000;
+       display: none;
 }
 
-#address_book_popup .close_popup {
-       cursor: pointer;
-        font-size: 8pt;
-       color: black;
-        text-align: right;
-        padding: 2px;
-       margin-top: 5px;
+#address_book_popup_middle_div {
+       position: relative;
+       width: 100%;
+       height: 100%;
+       background-color: #ffd;
 }
 
+#address_book_inner_div {
+       margin: 5px;
+}
+
+#address_book_inner_div select {
+       width: 100%;
+       background-color: #ffd;
+}
+
+.address_book_popup_title {
+        font-size: 14pt;
+        font-weight: bold;
+        color: #000;
+}