X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/28e9a84da2d035fb5396e3a3deb80f416ab12706..e583ead8f8da3d730e1edf8f14db0d3cb0fb7eac:/public/stylesheets/site.css?ds=sidebyside diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index feb32318f..edaf46cef 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -338,8 +338,15 @@ hides rule from IE5-Mac \*/ .oboxheader { font-size: 14px; font-weight: bold; - line-height: 1.4em; - text-align: top; + line-height: 22px; + vertical-align: bottom; +} + +.whereami { + position: absolute; + right: 21px; + line-height: 22px; + vertical-align: bottom; } .optionalbox form { @@ -351,6 +358,16 @@ hides rule from IE5-Mac \*/ width: 100%; } +.search_form { + height: 16px; + padding-bottom: 2px; +} + +#search_active { + display: none; + color: red; +} + .rsssmall { position: relative; top: 4px;