X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/dcbc807526b5eb456e33e22d794374ae7ff3723b..8197ab3f82f343dd305b817e7676647354d0aea5:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index c42495718..4efbd928f 100644 --- a/public/stylesheets/common.css +++ b/public/stylesheets/common.css @@ -280,14 +280,16 @@ hr { color: #000; } -#tabnav a:link:hover +#tabnav a:link:hover, #tabnav a:visited:hover { background: #fff; } -#tabnav a.disabled +#tabnav a:link.disabled, #tabnav a:visited.disabled, +#tabnav a:link:hover.disabled, #tabnav a:visited:hover.disabled { - font-style: italic; + background: #bbbbbb; + color: white } /* Rules for greeting bar in the top right corner */ @@ -560,6 +562,16 @@ hr { display: inline !important; } +/* Rules for the user map */ + +.user_map .olControlPanZoomBar { + display: none; +} + +.user_map .olControlPanZoom { + display: block; +} + /* Rules for user popups on maps */ .user_popup p {