X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/3d0101698055c2928ce2658c2d6f82326e9fa67e..839b6daf056639f6769150edeaed73cf79746c20:/app/assets/stylesheets/common.css.scss?ds=sidebyside diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 4d53bd2ac..f807db251 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -249,10 +249,10 @@ h2 { /* Rules for tabbed navigation bar */ #tabnav { - height: 20px; - margin: 0px; - padding-top: 5px; - background: image-url('tab_bottom.gif') repeat-x bottom; + height: 29px; + border-bottom: 1px solid #ccc; + padding: 0; + margin: 0; } #tabnav li { @@ -263,47 +263,39 @@ h2 { } #tabnav a, #tabnav a:link, #tabnav a:visited { - background: #f3f3f3; - font-size: 13px; - line-height: 14px; + background: #fff; + font-size: 14px; + line-height: 19px; font-weight: bold; - padding: 2px 10px; - border: 1px solid #ccc; + padding: 5px 10px; text-decoration: none; color: #333; - border-top-right-radius: 5px; - -moz-border-radius-topright: 5px; - border-top-left-radius: 5px; - -moz-border-radius-topleft: 5px; } #tabnav a:link.active, #tabnav a:visited.active { - border-bottom: 1px solid #fff; - background: #fff; + border-bottom: 1px solid #aaa; + background: #9ed485; color: #000; } #tabnav a:link:hover, #tabnav a:visited:hover { - background: #fff; + text-decoration:underline; } #tabnav a:link.disabled, #tabnav a:visited.disabled, #tabnav a:link:hover.disabled, #tabnav a:visited:hover.disabled { - background: #bbbbbb; - color: white + color: #888; } /* Rules for greeting bar in the top right corner */ #greeting { - height: 20px; + height: 30px; margin: 0px; - padding-top: 5px; font-size: 13px; - line-height: 15px; - background: image-url('tab_bottom.gif') repeat-x bottom; + line-height: 30px; } .greeting-bar-unread {