Optionally add player health bars to map markers.

This commit is contained in:
zeeZ 2011-05-18 16:38:50 +02:00 committed by FrozenCow
parent 728cd8304a
commit 6bea667659
5 changed files with 26 additions and 1 deletions

View file

@ -529,6 +529,19 @@
border-radius: 3px;
}
.dynmap .playerHealth {
position: absolute;
bottom: 3px;
left: 34px;
height: 11px;
background: url(../images/heart.png) rgba(0,0,0,0.6) repeat-x left center;
padding: 1px 0;
-moz-border-radius: 3px;
border-radius: 3px;
}
/*******************
* Compass