]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/webcit.css
Preparing to get openid support into the modal dialog
[citadel.git] / webcit / static / styles / webcit.css
index c18fb92856a1377787e4a52356a44937379b0042..06643c1dfffc21c1c3643f23785f3651d3ed298c 100644 (file)
@@ -1100,10 +1100,13 @@ li.event_unread span, a.event_read_title { font-size: 100% }
 
 #noscript_warning {
        position: fixed;
+       z-index: 999;
        top: 0;
-       left: 0;
+       right: 0;
        background-color: #FF0000;
        color: #FFFFFF;
+       font-size: 120%;
+       border: 2px solid #FF0000;
 }
 
 .chatrecv_history_class {
@@ -1349,3 +1352,8 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
        background-color: #ddd;
 }
 
+.openid_urlarea {
+        background: url('../openid-small.gif') no-repeat scroll 0pt 50%;
+        padding-left: 18px;
+}
+