]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/styles/webcit.css
more login box cleanup
[citadel.git] / webcit / static / styles / webcit.css
index e61a1a6df74f0164095b1b41185fc47ea05276fd..a98e94b1c3998ea509ab8272ff659edb67b28451 100644 (file)
@@ -854,7 +854,7 @@ table.advanced {
 
 /* Links and buttons */
 
-.logbuttons, .buttons {
+.logbuttons, .buttons, .registernow {
        margin: 2px auto 2px auto;
        width: 96%;
        text-align: center;
@@ -1352,3 +1352,21 @@ a.event_title:hover span.bttbottom, a.event_unread:hover span.bttbottom, a.event
        background-color: #ddd;
 }
 
+#ajax_username_password_form {
+       margin: auto;
+       width: 20em;
+}
+
+#ajax_username_password_form label {
+       float: left;
+       width: 10em;
+}
+
+.openid_urlarea {
+        background: url('../openid-small.gif') no-repeat scroll 0pt 50%;
+        padding-left: 18px;
+}
+
+.registernow {
+       text-align: right;
+}