X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/910937ae4b96c30b598ea18bf1ffbde30811cfae..576e6e6d673c9d9ec6c2fea138755fc478c82150:/public/stylesheets/common.css diff --git a/public/stylesheets/common.css b/public/stylesheets/common.css index 10e335143..c5b98f3b3 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 */ @@ -538,6 +540,28 @@ hr { color: gray; } +/* Rules for the account confirmation page */ + +div#contributorTerms { + border: 1px solid black; + padding: 4px; + overflow: auto; + width: 80%; + height: 60%; +} + +div#contributorTerms p#first { + margin-top: 0px; +} + +div#contributorTerms p#last { + margin-bottom: 0px; +} + +div#contributorTerms ol { + margin-bottom: 0px; +} + /* Rules for the account settings page */ #accountForm td { @@ -560,6 +584,27 @@ 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 { + padding-top: 3px; + padding-bottom: 3px; + margin-top: 0px; + margin-bottom: 0px; + margin-left: 55px; + margin-right: 2px; +} + /* Rules for message in/out box page */ #messages {