]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Merge branch 'master' into openid
[rails.git] / public / stylesheets / common.css
index 11a0d20ea3d55f9d0f0b761ace59e9dad38441d6..c61cf928b4b75a2715db92b942800e543218746f 100644 (file)
@@ -562,6 +562,27 @@ hr {
   color: gray;
 }
 
+/* Rules for the user list */
+
+#user_list {
+  width: 100%;
+  font-size: small;
+}
+
+#user_list tr {
+  vertical-align: center;
+}
+
+#user_list p {
+  margin-top: 0px;
+  margin-bottom: 0px;
+}
+
+#user_list_actions {
+  float: right;
+  margin-top: 10px;
+}
+
 /* Rules for the account settings page */
 
 #accountForm td {
@@ -740,6 +761,11 @@ abbr.geo {
   background: #fff;
 }
 
+input.openid_url { 
+  background: url('../images/openid-inputicon.gif') repeat-y left;
+  padding-left: 16px;
+}
+
 /* Rules for Login page */
 .loginBox {
   float: left;
@@ -751,3 +777,7 @@ abbr.geo {
   padding-left: 10px;
   padding-right: 10px;
 }
+
+.loginBox img {
+  border: 0;
+}