]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/small.css
Update Potlatch 2 to 2.3-19-gf15d9bc build
[rails.git] / public / stylesheets / small.css
index f4d51c868453d43c9e9edc781b262f8d9ab908d0..d0067a6185f8de0c4ee875267afd88f7dff91453 100644 (file)
@@ -95,7 +95,10 @@ h1 {
 
 #content {
   left: 10px;
+  right: 10px;
   top: 47px;
+  margin-left: 0px;
+  margin-right: 0px;
 }
 
 /* Rules for the signup form */
@@ -126,16 +129,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 {