X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fd19a1f3ba62e3a9756e0f0c1f3b429dad1d44bb..e8c7543bdd5001a69491b8119e793d6c889fe468:/public/stylesheets/site.css?ds=sidebyside diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index aa9bf216c..0bab9c57f 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -83,7 +83,7 @@ body { font-size: 14px; } -#donate { +.notice { width: 150px; margin: 10px; padding: 10px; @@ -91,7 +91,7 @@ body { background: #ea0; line-height: 1.2em; text-align: left; - font-size: 12px; + font-size: 14px; } .left_menu { @@ -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; @@ -368,8 +374,6 @@ hides rule from IE5-Mac \*/ } .button { - margin-left: auto; - margin-right: auto; margin-top: 10px; margin-bottom: 10px; } @@ -533,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; } @@ -545,9 +559,8 @@ input[type="submit"] { display: inline !important; } -.editDescription { - height: 10ex; - width: 30em; +.minorNote { + font-size:0.8em; } .nowrap { @@ -559,28 +572,6 @@ input[type="submit"] { padding: 2px; } -/**State of the Map */ - -#sotminfo { - background: #99F; - font-size: 11px; - margin: 0px; - padding: 0px; - border: 1px solid #ccc; - left: 0px; - line-height: 1.2em; - text-align: Left; - font-weight: normal; -} - -#sotminfo a:link { - text-decoration: underline; -} - -#sotminfo a:visited { - text-decoration: underline; -} - #permalink { z-index:10000; position:absolute;