X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/7588ece84f6a26361451e8f74592523f93692df7..0bdb6f016261e870d20d4f1752103e573dd509a7:/public/stylesheets/site.css?ds=sidebyside diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 29f41630f..22541778e 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; @@ -60,7 +79,12 @@ body { padding-top: 5px; font-size: 13px; line-height: 14px; - background: url('/images/tab_bottom.gif') repeat-x bottom; + background: url('../images/tab_bottom.gif') repeat-x bottom; +} + +/* An unread message (e.g. "inbox(1)") */ +.greeting-bar-unread { + font-weight: bold; } #intro { @@ -99,6 +123,17 @@ body { font-size: 14px; } +.donate { + width: 150px; + margin: 10px; + padding: 10px; + border: 1px solid #ccc; + background: #cbeea7; + line-height: 1.2em; + text-align: center; + font-size: 14px; +} + .left_menu { width: 150px; min-width: 150px; @@ -199,9 +234,16 @@ body { width: 100%; } -#changeset_list .comment { - width: 60%; - max-width: 60%; +#changeset_list .date { + white-space: nowrap; +} + +#changeset_list .user { + white-space: nowrap; +} + +#changeset_list .area { + white-space: nowrap; } #changeset_list.th { @@ -256,7 +298,7 @@ hides rule from IE5-Mac \*/ margin: 0px; padding-left: 215px; padding-top: 5px; - background: url('/images/tab_bottom.gif') repeat-x bottom; + background: url('../images/tab_bottom.gif') repeat-x bottom; } #tabnav li { @@ -371,11 +413,6 @@ hr { padding-bottom: 6px; } -#search_active { - display: none; - color: red; -} - .rsssmall { position: relative; top: 4px; @@ -483,6 +520,11 @@ hr { margin-bottom: 0px; } +.search_searching { + margin-top: 5px; + margin-bottom: 5px; +} + .olControlAttribution { display: none !important; } @@ -586,6 +628,7 @@ input[type="submit"] { bottom:15px; right:15px; font-size:smaller; + text-align: right; } #attribution {