Move link component to lower-left, shift chat slightly right

This commit is contained in:
Mike Primm 2012-01-09 01:40:40 +08:00 committed by mikeprimm
parent 3db079f90f
commit ed7cccb2d2
3 changed files with 3 additions and 64 deletions

View file

@ -728,7 +728,7 @@
.chat {
position: absolute;
bottom: 0px;
left: 14px;
left: 32px;
z-index:50;
border-color: rgba(0,0,0,0.5);
@ -904,7 +904,7 @@
-moz-border-radius: 7px;
-webkit-border-radius: 7px;
border-radius: 7px;
padding: 2px 10px 2px 2px;
padding: 2px;
background: rgba(0, 0, 0, 0.25);
}
.dynmap .dynmap-link a {
@ -931,5 +931,4 @@
}
.dynmap .dynmap-link-button {
background-image: url(images/link.png);
margin-bottom: 5px;
}