]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* Room info popup now uses Scriptactulous appear and fade effects
[citadel.git] / webcit / static / webcit.css
index 729228f5481d32380222d1d7f3d239f314ae25cf..ecb79e36af36594bc3b8731b89e6a4ddafd48f03 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;
@@ -786,13 +794,19 @@ div.auto_complete ul strong.highlight {
         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;
@@ -844,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;
+}
+