]> 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 82a93544b82b2b23250313128d6f58e65c375815..c709bcba9b05c9f91929b0242bd878cc8dd43f9e 100644 (file)
@@ -100,27 +100,21 @@ h1 {
 
 /* Rules for the login form */
 
-#loginForm input#user_email {
+.loginBox {
+  width: 90%;
+}
+
+.loginBox input#user_email {
   width: 100%;
   max-width: 18em;
 }
 
-#loginForm input#user_password {
+.loginBox input#user_password {
   width: 100%;
   max-width: 18em;
 }
 
-#loginForm input#user_openid_url {
+.loginBox input#user_openid_url {
   width: 100%;
   max-width: 18em;
 }
-
-/* Rules for Login page */
-.loginBox {
-  float: left;
-  width: 90%;
-  border-style: solid;
-  border-width: 1px;
-  padding-left: 10px;
-  padding-right: 10px;
-}
\ No newline at end of file