]> 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 838521d14e486cd63685ce3dcbbb08655f362c77..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 {
@@ -1297,14 +1300,14 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
 
 #loginbox_topline_container {
        position: relative;
-       font-size: 130%;
+       font-size: 110%;
        color: white;
 }
 
 #loginbox_title {
        float: left;
        width: 75%;
-       text-align: left;
+       text-align: center;
        background-color: #022750;
        border: 3px solid #022750;
 }
@@ -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;
+}
+