mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-12-24 01:27:37 +01:00
Update dynmap_style.css
patched issue where the chatbar would drop if login or customlink was enabled, but now the custom link and login overlap if they are set to be in the same area, I don't have enough frontend-knowledge to fix this sadly.
This commit is contained in:
parent
105d4f1b62
commit
6b3e18c351
@ -411,7 +411,7 @@
|
||||
|
||||
.dynmap .sublist .item > a {
|
||||
display: block;
|
||||
|
||||
|
||||
text-indent: -99999px;
|
||||
outline: none;
|
||||
}
|
||||
@ -806,10 +806,10 @@
|
||||
}
|
||||
|
||||
.chatinput {
|
||||
|
||||
position: absolute;
|
||||
width: 608px;
|
||||
height: 16px;
|
||||
|
||||
bottom: 8px;
|
||||
outline: none;
|
||||
color: #fff;
|
||||
background-color: #000000;
|
||||
@ -829,6 +829,9 @@
|
||||
}
|
||||
|
||||
.loginbutton {
|
||||
position: absolute;
|
||||
bottom: 0px;
|
||||
right: 4px;
|
||||
color: #000;
|
||||
font-family: sans-serif;
|
||||
font-size: 11px;
|
||||
|
Loading…
Reference in New Issue
Block a user