bccu#1833: Fix closing button in the help.
This commit is contained in:
parent
294bc98266
commit
0545001add
2 changed files with 2 additions and 2 deletions
2
loleaflet/dist/toolbar.css
vendored
2
loleaflet/dist/toolbar.css
vendored
|
@ -265,7 +265,7 @@ button.leaflet-control-search-next
|
|||
z-index:3200;
|
||||
position:absolute;
|
||||
top:0px;
|
||||
right:-10px;
|
||||
right:-1px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
|
|
2
loleaflet/dist/toolbar/toolbar.js
vendored
2
loleaflet/dist/toolbar/toolbar.js
vendored
|
@ -335,7 +335,7 @@ function onClick(id) {
|
|||
containerCss: {
|
||||
overflow : "hidden",
|
||||
backgroundColor : "#fff",
|
||||
padding : "12px",
|
||||
padding : "20px",
|
||||
border : "2px solid #000"
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue