Use the small PanZoom control on the user map instead of the

full PanZoomBar control.
This commit is contained in:
Tom Hughes 2010-03-11 18:29:35 +00:00
parent dcbc807526
commit ed0375ec89
3 changed files with 12 additions and 2 deletions

View file

@ -560,6 +560,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 {