]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/small.css
Improve layout of OpenID buttons
[rails.git] / public / stylesheets / small.css
index f4d51c868453d43c9e9edc781b262f8d9ab908d0..76fea4fccc3034b1f90216ab0e035365a66b3588 100644 (file)
@@ -126,12 +126,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;
 }