Small fix for closing a large map

The large map was closed with an ordinary arrow, now it will be hand pointer.
And some minor corrections in phrases.
This commit is contained in:
Vladyslav
2018-04-12 11:09:29 +03:00
parent a906f673b4
commit 69a986b612
4 changed files with 5 additions and 4 deletions
@@ -6924,6 +6924,7 @@ div#map a#map_makelarge img {
}
div#mbig a#map_popclose img {
background-image: url("../../img/a/close.gif");
cursor: pointer;
height: 22px;
width: 22px;
}