Merge pull request #361 from EmperorJon/30_Nov._New_nanoUI_map

Fixes the map for NanoUI.
This commit is contained in:
Neerti
2015-12-01 00:46:23 -05:00
2 changed files with 6 additions and 6 deletions
+6 -6
View File
@@ -71,8 +71,8 @@ body {
top: 50%;
left: 50%;
margin: -512px 0 0 -512px;
width: 256px;
height: 256px;
width: 300px;
height: 300px;
overflow: hidden;
zoom: 4;
}
@@ -81,16 +81,16 @@ body {
position: absolute;
bottom: 1px;
left: 1px;
width: 256px;
height: 256px;
width: 300px;
height: 300px;
}
#uiMapContent {
position: absolute;
bottom: 0px;
left: 0px;
width: 256px;
height: 256px;
width: 300px;
height: 300px;
}
#uiMapFooter {
Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 KiB

After

Width:  |  Height:  |  Size: 760 KiB