important fix for css, forgotten in my last commit, FrozenCow, please
pull
This commit is contained in:
parent
b612de9a0d
commit
6e5ee07aab
1 changed files with 1 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue