Use the small PanZoom control on the user map instead of the
full PanZoomBar control.
This commit is contained in:
parent
dcbc807526
commit
ed0375ec89
3 changed files with 12 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue