Cleaned up the login modal a bit
[citadel.git] / webcit / static / styles / webcit.css
index 06643c1dfffc21c1c3643f23785f3651d3ed298c..a82789c43e63539ffa14eea0c384f017645de510 100644 (file)
@@ -1352,6 +1352,16 @@ 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;