]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/small.css
Merge branch 'master' into openID
[rails.git] / public / stylesheets / small.css
index b11aebf69cf0688b0e0e964be8aaa20e64371fb8..82a93544b82b2b23250313128d6f58e65c375815 100644 (file)
@@ -109,3 +109,18 @@ h1 {
   width: 100%;
   max-width: 18em;
 }
+
+#loginForm 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