]> 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 14335896eeac8ff198095e91a7e7891fed93df8a..54b3ef2a6527cad665020da1d98be47f551a4a29 100644 (file)
@@ -858,28 +858,36 @@ div.auto_complete ul strong.highlight {
         text-align: left;
 }
 
-#address_book_popup_dropshadow {
-        position: absolute;
-        top: 110px;
-        left: 210px;
-        width: 320px;
-        height: 300px;
-        z-index: 99;
-       background-color: #fff;
-       filter:alpha(opacity=50);
-       -moz-opacity:.50;
-       opacity:.50;
-       display: none;
-}
-
 #address_book_popup {
         position: absolute;
         top: 100px;
-        left: 200px;
+        left: 25%;
         width: 320px;
-       height: 300px;
+       height: auto;
         z-index: 100;
-       background-color: #ffc;
-       color:#000;
+       background-color: #fff;
+       color: #000;
        display: none;
 }
+
+#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;
+}