]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Try a different style for the OpenID login page
[rails.git] / public / stylesheets / common.css
index b6ee997125b7d98e04aa810ef81b756db7b41bcd..11a0d20ea3d55f9d0f0b761ace59e9dad38441d6 100644 (file)
@@ -739,3 +739,15 @@ abbr.geo {
 .table1 { 
   background: #fff;
 }
+
+/* Rules for Login page */
+.loginBox {
+  float: left;
+  width: 400px;
+  height: 200px;
+  margin-bottom: 40px;
+  border-style: solid;
+  border-width: 1px;
+  padding-left: 10px;
+  padding-right: 10px;
+}