]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/site.css
Merge 14059:14394 from trunk.
[rails.git] / public / stylesheets / site.css
index 8fc05b01770ecefc28e80de7ec9f229900413327..0bab9c57ff4232d3f8a68638edfe0a75a0f587a3 100644 (file)
@@ -289,6 +289,12 @@ hides rule from IE5-Mac \*/
   font-size: 10px;
 }
 
+hr {
+  border: none;
+  background-color: #ccc;
+  color: #ccc;
+  height: 1px;
+}
 
 .gpxsummary {
   font-size: 12px;
@@ -531,6 +537,16 @@ input[type="submit"] {
   border: 1px solid black;
 }
 
+#accountForm td {
+       padding-bottom:10px;
+}
+
+.fieldName {
+       text-align:right;
+       font-weight:bold;
+}
+
+
 .nohome .location {
   display: none;
 }
@@ -543,9 +559,8 @@ input[type="submit"] {
   display: inline !important;
 }
 
-.editDescription {
-  height: 10ex;
-  width: 30em;
+.minorNote {
+       font-size:0.8em;
 }
 
 .nowrap {