fix: big map centered on page + closeable

This commit also updates the hardcoded cache booster ID, as CSS+JS 
changed to accomplish the map fix.
This commit is contained in:
Martin Ambrus
2017-09-11 21:11:44 +02:00
parent 0d75bb2a5f
commit 68619ac892
39 changed files with 132 additions and 97 deletions
+2 -2
View File
@@ -212,9 +212,9 @@ div.popup_map div#drag {
div.popup_map div#drag2 {
cursor:pointer;
height: 20px;
left: 1050px;
left: 300%;
position: absolute;
top: -525px;
top: 100%;
width: 20px;
z-index: 2;
}