mirror of
https://github.com/webbukkit/dynmap.git
synced 2024-11-28 05:05:16 +01:00
important fix for css, forgotten in my last commit, FrozenCow, please
pull
This commit is contained in:
parent
ead24cc304
commit
363339c632
@ -133,7 +133,6 @@
|
|||||||
top: 0px;
|
top: 0px;
|
||||||
right: 0px;
|
right: 0px;
|
||||||
|
|
||||||
width: 200px;
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
||||||
background: rgb(0,0,0); /* FU IE */
|
background: rgb(0,0,0); /* FU IE */
|
||||||
@ -142,8 +141,6 @@
|
|||||||
|
|
||||||
border-left: 1px solid rgba(0,0,0,0.5);
|
border-left: 1px solid rgba(0,0,0,0.5);
|
||||||
|
|
||||||
margin-right: -203px;
|
|
||||||
|
|
||||||
-moz-transition: all 0.6s ease-in-out;
|
-moz-transition: all 0.6s ease-in-out;
|
||||||
-webkit-transition: all 0.6s ease-in-out;
|
-webkit-transition: all 0.6s ease-in-out;
|
||||||
-o-transition: all 0.6s ease-in-out;
|
-o-transition: all 0.6s ease-in-out;
|
||||||
@ -154,10 +151,9 @@
|
|||||||
.dynmap .hitbar {
|
.dynmap .hitbar {
|
||||||
|
|
||||||
display: block;
|
display: block;
|
||||||
position: fixed;
|
position: absolute;
|
||||||
z-index: 110;
|
z-index: 110;
|
||||||
|
|
||||||
right: 0px;
|
|
||||||
top: 0px;
|
top: 0px;
|
||||||
|
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
Reference in New Issue
Block a user