]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Merge branch 'master' into openid
[rails.git] / public / stylesheets / common.css
index 1ea7a5bd29553dbabb83ab3791911e6c69cfbd35..18c7917f32d2b65ad42983babf3e533938f6c1a3 100644 (file)
@@ -723,6 +723,10 @@ table.browse_details th {
   margin-top: 5px;
 }
 
+#login_openid_buttons img {
+  border: 0;
+}
+
 #login_signup form.button-to div {
   margin: 0px;
   padding: 0px;
@@ -919,6 +923,11 @@ input[type="submit"] {
   border: 1px solid black;
 }
 
+input.openid_url { 
+  background: url('../images/openid_input.png') repeat-y left white;
+  padding-left: 16px;
+}
+
 /* Rules for user images */
 
 img.user_image {
@@ -961,3 +970,10 @@ abbr.geo {
 .table1 { 
   background: #fff;
 }
+
+/* Rules for OpenID logo */
+
+.openid_logo {
+  vertical-align: text-bottom;
+  border: 0;
+}