]> git.openstreetmap.org Git - rails.git/commitdiff
Improve look of OpenID login on small screen devices
authorTom Hughes <tom@compton.nu>
Sun, 19 Jun 2011 16:54:47 +0000 (17:54 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 19 Jun 2011 16:54:47 +0000 (17:54 +0100)
public/stylesheets/small.css

index f4d51c868453d43c9e9edc781b262f8d9ab908d0..353cf6fd06f65d9b2e3b43056cc2b2cb850dce3a 100644 (file)
@@ -126,16 +126,28 @@ h1 {
 
 /* Rules for the login form */
 
-#loginForm input#user_email {
+#login_login input#user_email {
   width: 100%;
   max-width: 18em;
 }
 
-#loginForm input#user_password {
+#login_login input#user_password {
   width: 100%;
   max-width: 18em;
 }
 
+#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 {