X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/a770819d0b9a94dcd28b83d06d8ea6a63ce37d41..e657cff464b6db8384b56236ad9491223a22b1e2:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 31c61de28..8d7324fc3 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -52,6 +52,25 @@ body { margin: 0px; } +/* The Map Key sidebar */ +#mapkey h3 { + font-size: 110%; + font-weight: normal; + text-align: center; +} + +#mapkey .mapkey-table { + padding-left: 5px; + padding-right: 5px; +} + +/*#mapkey .mapkey-table-key {}*/ + +#mapkey .mapkey-table-value { + font-size: 90%; +} + + #greeting { float: right; height: 20px; @@ -63,14 +82,20 @@ body { background: url('/images/tab_bottom.gif') repeat-x bottom; } +/* An unread message (e.g. "inbox(1)") */ +.greeting-bar-unread { + font-weight: bold; +} + #intro { - width: 150px; + width: 170px; margin: 10px; - padding: 10px; border: 1px solid #ccc; font-size: 11px; } +#intro p { margin: 10px; } + #alert { width: 150px; margin: 10px; @@ -82,6 +107,22 @@ body { font-size: 14px; } +#sotm { + width: 170px; + padding: 0px; +} + +.notice { + width: 150px; + margin: 10px; + padding: 10px; + border: 1px solid #ccc; + background: #ea0; + line-height: 1.2em; + text-align: left; + font-size: 14px; +} + .left_menu { width: 150px; min-width: 150px; @@ -171,14 +212,30 @@ 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 .date { + white-space: nowrap; +} + +#changeset_list .user { + white-space: nowrap; +} + +#changeset_list .area { + white-space: nowrap; +} + +#changeset_list.th { font-weight: bold; } @@ -190,7 +247,7 @@ body { #header { float: left; width: 100%; - background: #DAE0D2 url("bg.gif") repeat-x bottom; + background: #DAE0D2; font-size: 93%; line-height: normal; } @@ -201,14 +258,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; @@ -221,11 +276,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; } @@ -277,6 +328,12 @@ hides rule from IE5-Mac \*/ font-size: 10px; } +hr { + border: none; + background-color: #ccc; + color: #ccc; + height: 1px; +} .gpxsummary { font-size: 12px; @@ -355,17 +412,9 @@ hides rule from IE5-Mac \*/ top: 4px; } -#cclogo { - width: 150px; - min-width: 150px; - margin: 10px; - padding: 10px; - left: 0px; - line-height: 1.2em; - text-align: left; - font-size: 14px; - font-weight: bold; - background: #fff; +.button { + margin-top: 10px; + margin-bottom: 10px; } #controls img @@ -527,6 +576,16 @@ input[type="submit"] { border: 1px solid black; } +#accountForm td { + padding-bottom:10px; +} + +.fieldName { + text-align:right; + font-weight:bold; +} + + .nohome .location { display: none; } @@ -539,9 +598,8 @@ input[type="submit"] { display: inline !important; } -.editDescription { - height: 10ex; - width: 30em; +.minorNote { + font-size:0.8em; } .nowrap { @@ -553,28 +611,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;