]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/small.css
Rework the login page to make it a bit cleaner
[rails.git] / public / stylesheets / small.css
index b11aebf69cf0688b0e0e964be8aaa20e64371fb8..c709bcba9b05c9f91929b0242bd878cc8dd43f9e 100644 (file)
@@ -100,12 +100,21 @@ h1 {
 
 /* Rules for the login form */
 
-#loginForm input#user_email {
+.loginBox {
+  width: 90%;
+}
+
+.loginBox input#user_email {
+  width: 100%;
+  max-width: 18em;
+}
+
+.loginBox input#user_password {
   width: 100%;
   max-width: 18em;
 }
 
-#loginForm input#user_password {
+.loginBox input#user_openid_url {
   width: 100%;
   max-width: 18em;
 }