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
+2 -2
View File
@@ -8,9 +8,9 @@
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script src="mt-full.js?2e3d9" type="text/javascript"></script>
<script src="unx.js?2e3d9" type="text/javascript"></script>
<script src="unx.js?f4b7e" type="text/javascript"></script>
<script src="new.js?2e3d9" type="text/javascript"></script>
<link href="gpack/travian_basic/lang/en/compact.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_basic/lang/en/compact.css?f4b7e" rel="stylesheet" type="text/css" />
<link href="gpack/travian_basic/lang/en/lang.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_redesign/travian.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_redesign/lang/en/lang.css?2e3d9" rel="stylesheet" type="text/css" />
+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;
}
+2 -2
View File
@@ -8,9 +8,9 @@
<meta http-equiv="imagetoolbar" content="no" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<script src="mt-full.js?2e3d9" type="text/javascript"></script>
<script src="unx.js?2e3d9" type="text/javascript"></script>
<script src="unx.js?f4b7e" type="text/javascript"></script>
<script src="new.js?2e3d9" type="text/javascript"></script>
<link href="gpack/travian_basic/lang/en/compact.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_basic/lang/en/compact.css?f4b7e" rel="stylesheet" type="text/css" />
<link href="gpack/travian_basic/lang/en/lang.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_redesign/travian.css?2e3d9" rel="stylesheet" type="text/css" />
<link href="gpack/travian_redesign/lang/en/lang.css?2e3d9" rel="stylesheet" type="text/css" />
+4 -3
View File
@@ -212,9 +212,6 @@ div.popup_map div#drag {
div.popup_map div#drag2 {
cursor:pointer;
height: 20px;
left: 1050px;
position: absolute;
top: -525px;
width: 20px;
z-index: 2;
}
@@ -9029,3 +9026,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;
}