fix: big map not centered on screen in high resolutions

Closes #239
This commit is contained in:
Martin Ambrus
2017-10-26 21:07:27 +02:00
parent 91736e6209
commit 93fbba445e
46 changed files with 124 additions and 95 deletions
+4 -3
View File
@@ -212,9 +212,6 @@ div.popup_map div#drag {
div.popup_map div#drag2 {
cursor:pointer;
height: 20px;
left: 300%;
position: absolute;
top: 100%;
width: 20px;
z-index: 2;
}
@@ -9073,3 +9070,7 @@ td.wm_getippt {
input.cancel{width:12px;height:12px;background-image:url(../../img/a/del.gif);}
input.accept{width:12px;height:12px;background-image:url(../../img/a/acc.gif);}
#Frame {
top: 0;
z-index: 1000;
}