Update style.css

This commit is contained in:
viperthepala 2014-05-12 18:10:21 +02:00
parent c9f61d65bf
commit 449fd69182

View File

@ -610,4 +610,21 @@ hr {
#changelogTable {
width: 735px;
}
}
#progress {
width: 400px;
position: relative;
padding: 3px;
}
#percent {
position: absolute;
margin-left:175px;
}
#bar {
height: 20px;
background-color: green;
border: 1px solid black;
}