0

Tweaked the viewstate link GUI

Moved it to the bottom of the screen, as it was in the way of the
existing controls on the top-right.  Added it as a map conrol instead of
a simple div.  Improved the styling a bit
This commit is contained in:
Andrew Chin
2010-12-11 23:15:02 -05:00
parent 33a03213c4
commit e70bafb453
3 changed files with 28 additions and 3 deletions

View File

@@ -14,6 +14,5 @@
</head>
<body onload="initialize()">
<div id="mcmap" style="width:100%; height:100%"></div>
<div id="link" style="border:1px solid black;background-color:white;color:black;position:absolute;top:5px;right:5px"></div>
</body>
</html>