* Room info popup now uses Scriptactulous appear and fade effects
[citadel.git] / webcit / static / webcit.css
index e4fd4ccb2d0aac912ea5cee8addfd5974ca7b447..ecb79e36af36594bc3b8731b89e6a4ddafd48f03 100644 (file)
@@ -98,7 +98,6 @@ body {
 }
 
 #room_infos {
-        display: none;
         position: absolute;
         top: 0px;
         left: 50%;
@@ -859,3 +858,25 @@ div.auto_complete ul strong.highlight {
         text-align: left;
 }
 
+#address_book_popup {
+        position: absolute;
+        top: 100px;
+        left: 25%;
+        width: 320px;
+       height: 320px;
+        padding: 11px;
+        margin: 0px;
+        z-index: 100;
+        color: #666;
+        background: white;
+}
+
+#address_book_popup .close_popup {
+       cursor: pointer;
+        font-size: 8pt;
+       color: black;
+        text-align: right;
+        padding: 2px;
+       margin-top: 5px;
+}
+