]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Rework the login page to explain better what to do if you're new
[rails.git] / public / stylesheets / common.css
index 906b392cdef847cfc4e48fe74e5e713fb67dc58d..c830f406b2b12e1798520745068bb9cf3a15a9ac 100644 (file)
@@ -626,6 +626,36 @@ hr {
   margin-top: 10px;
 }
 
+/* Rules for the login page */
+
+#login_wrapper {
+  float: left; /* ensures the child divs are the same size, and only as wide as they need to be */
+}
+
+#login_wrapper div {
+  margin: 5px;
+  padding: 15px;
+  border-radius: 15px;
+  -moz-border-radius: 15px;
+}
+
+#login_wrapper input[type=submit] {
+  float: right;
+}
+
+#login_login {
+  background-color: #f0f0f0;
+}
+
+#login_login h1 {
+  margin-top: 5px;
+}
+
+#login_signup form.button-to div {
+  margin: 0px;
+  padding: 0px;
+}
+
 /* Rules for the account confirmation page */
 
 div#contributorTerms {