X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/397db07d65eec20de92f8c5220a4d41fc7d7ae7b..c2b377efacf76eb8b508ec9d405f02de2ad44063:/public/stylesheets/site.css diff --git a/public/stylesheets/site.css b/public/stylesheets/site.css index 2fe7710fd..164941b2e 100644 --- a/public/stylesheets/site.css +++ b/public/stylesheets/site.css @@ -65,10 +65,12 @@ body { #greeting { float: right; + height: 20px; + margin: 0px; padding-right: 10px; - padding-top: 2px; - padding-bottom: 3px; + padding-top: 5px; font-size: 13px; + line-height: 14px; background: url('/images/tab_bottom.gif') repeat-x bottom; } @@ -257,7 +259,7 @@ hides rule from IE5-Mac \*/ #tabnav { height: 20px; - margin: 0; + margin: 0px; padding-left: 215px; padding-top: 5px; background: url('/images/tab_bottom.gif') repeat-x bottom; @@ -409,6 +411,8 @@ hides rule from IE5-Mac \*/ #search_results_content { overflow: auto; position: absolute; + font-size: 13px; + line-height: 14px; top: 29px; bottom: 0px; left: 0px; @@ -419,6 +423,8 @@ hides rule from IE5-Mac \*/ margin: 0px; padding: 3px 6px 3px 6px; height: 29px; + font-size: 14px; + line-height: 15px; border-bottom: 1px solid black; background: #bbb; } @@ -441,6 +447,13 @@ hides rule from IE5-Mac \*/ color: #f00; } +.search_help { + font-size: 10px; + line-height: 1em; + margin-top: 3px; + margin-bottom: 0px; +} + /* rails error field stuff */ .fieldWithErrors {