]> 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 ecb79e36af36594bc3b8731b89e6a4ddafd48f03..54b3ef2a6527cad665020da1d98be47f551a4a29 100644 (file)
@@ -863,20 +863,31 @@ div.auto_complete ul strong.highlight {
         top: 100px;
         left: 25%;
         width: 320px;
-       height: 320px;
-        padding: 11px;
-        margin: 0px;
+       height: auto;
         z-index: 100;
-        color: #666;
-        background: white;
+       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;
+}