bccu#1833: Fix closing button in the help.

This commit is contained in:
Jan Holesovsky 2016-05-24 14:24:50 +02:00
parent 294bc98266
commit 0545001add
2 changed files with 2 additions and 2 deletions

View file

@ -265,7 +265,7 @@ button.leaflet-control-search-next
z-index:3200;
position:absolute;
top:0px;
right:-10px;
right:-1px;
cursor:pointer;
}

View file

@ -335,7 +335,7 @@ function onClick(id) {
containerCss: {
overflow : "hidden",
backgroundColor : "#fff",
padding : "12px",
padding : "20px",
border : "2px solid #000"
}
});