]> 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 cf52de3a542fa879bb8e20f4b4970625fbb33bfa..54b3ef2a6527cad665020da1d98be47f551a4a29 100644 (file)
@@ -94,10 +94,10 @@ body {
        color: #FFFFEE;
         text-align: center;
         padding: 2px;
+       cursor: help;
 }
 
 #room_infos {
-        display: none;
         position: absolute;
         top: 0px;
         left: 50%;
@@ -109,6 +109,14 @@ body {
         background: white;
 }
 
+#room_infos .close_infos {
+       cursor: pointer;
+        font-size: 8pt;
+       color: black;
+        text-align: right;
+        padding: 2px;
+       margin-top: 5px;
+}
 
 #banner ul {
         float: right;
@@ -139,6 +147,11 @@ li.view {
         color: #FFFFFF;
 }
 
+li.search form, li.view form {
+       margin: 0;
+       padding: 0;
+}
+
 li.nummsgs {
         font-size: 10pt;
         color: #DDDDCC;
@@ -774,27 +787,35 @@ div.auto_complete ul strong.highlight {
 }
 
 .login_message, .login_hello {
+        position: relative;
         margin-left: auto;
         margin-right: auto;
         width: 80%;
         text-align: center;
 }
 
+.login_image {
+        display: block;
+        margin-left: auto;
+        margin-right: auto;
+        text-align: center;
+}
+
 .login_message {
        color: red;
        font-weight: bold;
        font-size: 16px;
 }
 
-
 #login_form {
+        position: relative;
         display: block;
         margin-top: 20px;
         margin-left: auto;
         margin-right: auto;
         margin-bottom: 20px;
         padding: 6px;
-        width: 290px;
+        width: 300px;
         background-color: #DDDDDD;
 }
 
@@ -837,3 +858,36 @@ div.auto_complete ul strong.highlight {
         text-align: left;
 }
 
+#address_book_popup {
+        position: absolute;
+        top: 100px;
+        left: 25%;
+        width: 320px;
+       height: auto;
+        z-index: 100;
+       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;
+}