X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/9752466c0342700ebef5a7741e9105f44957a82a..044febd3aae31713ff60938333766c45c788e62d:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 8fc05b017..6600af28b 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -83,6 +83,11 @@ body { font-size: 14px; } +#sotm { + width: 170px; + padding: 0px; +} + .notice { width: 150px; margin: 10px; @@ -183,14 +188,18 @@ body { font-size: x-small; } -#keyvalue { +#changeset_list, #keyvalue { font-size: small; text-align: left; border-collapse: collapse; border-width: 0px; } -#keyvalue.th { +#changeset_list { + width: 100%; +} + +#changeset_list.th { font-weight: bold; } @@ -202,7 +211,7 @@ body { #header { float: left; width: 100%; - background: #DAE0D2 url("bg.gif") repeat-x bottom; + background: #DAE0D2; font-size: 93%; line-height: normal; } @@ -213,14 +222,12 @@ body { } #header li { float: left; - /*background:url("left.gif") no-repeat left top;*/ margin: 0px; padding: 0px 0px 0px 9px; } #header li a { float: left; display: block; - /*background:url("right.gif") no-repeat right top;*/ padding: 5px 15px 4px 6px; text-decoration: none; font-weight: bold; @@ -233,11 +240,7 @@ hides rule from IE5-Mac \*/ #header li a:hover { color: #333; } -#header #current { - /* background-image:url("left_on.gif"); */ -} #header #current a { - background-image: url("right_on.gif"); color: #333; padding-bottom: 5px; } @@ -289,6 +292,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 +540,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 +562,8 @@ input[type="submit"] { display: inline !important; } -.editDescription { - height: 10ex; - width: 30em; +.minorNote { + font-size:0.8em; } .nowrap {