]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/small.css
Update Potlatch 2 to 2.2-11-g8f86250 build
[rails.git] / public / stylesheets / small.css
index 76fea4fccc3034b1f90216ab0e035365a66b3588..353cf6fd06f65d9b2e3b43056cc2b2cb850dce3a 100644 (file)
@@ -126,25 +126,28 @@ h1 {
 
 /* Rules for the login form */
 
-.loginBox {
-  width: 90%;
-}
-
-.loginBox input#user_email {
+#login_login input#user_email {
   width: 100%;
   max-width: 18em;
 }
 
-.loginBox input#user_password {
+#login_login input#user_password {
   width: 100%;
   max-width: 18em;
 }
 
-.loginBox input#user_openid_url {
+#login_login input#openid_url {
   width: 100%;
   max-width: 18em;
 }
 
+#login_openid_buttons td {
+  padding-left: 2px;
+  padding-right: 2px;
+  padding-top: 2px;
+  padding-bottom: 2px;
+}
+
 /* Rules for the profile page */
 
 .user_map {