Обратите внимание, что данный пользователь заблокирован! Не совершайте с ним никаких сделок! Перейдите в его профиль, чтобы узнать причину блокировки.
Привет ребята подскажите что изменить в css чтобы 0% стояло с правой стороны на уровне с название сервера , а не в низу под названием сервера как на скрине.
стиль:
.status { width:450px; font-family:Chancery; color:#fff; font-size:18px; position:absolute; top:155px; left:500px; font-style:italic; }
.status .server { height:66px; padding-left:80px; float:left; width:145px; }
.status .server .name { margin-top:5px; width:80px; text-align:center; }
.status .server.on { background:url(../images/ico-on.png) no-repeat left center; }
.status .server.off { background:url(../images/ico-off.png) no-repeat left center; }
.status .server .online { text-align:center; width:60px; font-size:20px; color:#422423; font-weight:bold; }
скрин:
стиль:
.status { width:450px; font-family:Chancery; color:#fff; font-size:18px; position:absolute; top:155px; left:500px; font-style:italic; }
.status .server { height:66px; padding-left:80px; float:left; width:145px; }
.status .server .name { margin-top:5px; width:80px; text-align:center; }
.status .server.on { background:url(../images/ico-on.png) no-repeat left center; }
.status .server.off { background:url(../images/ico-off.png) no-repeat left center; }
.status .server .online { text-align:center; width:60px; font-size:20px; color:#422423; font-weight:bold; }
скрин: