X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fa3c97d6a69ae9937a49eb38fce434e122a6678c..c8ee1351049ef1bb4d7b50d071b2a96154266d1d:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index a6b6c8702..87d325ddb 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -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 {