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

@@ -40,3 +40,18 @@ body { height: 100%; margin: 0px; padding: 0px ; background-color: #000; }
display: none;
}
#link {
background-color: #fff; /* fallback */
background-color: rgba(255,255,255,0.55);
border: 1px solid rgb(0, 0, 0);
font-size: 9pt;
padding-left: 2px;
padding-right: 2px;
margin-bottom: 1px;
}
#link:hover {
background-color: #fff; /* fallback */
background-color: rgba(255,255,255,0.8);
}