// Fix progress bar in installer on IE & Chrome

This commit is contained in:
rMalie
2012-02-03 15:37:05 +00:00
parent 43d9ae1fe8
commit e75e1d101f
2 changed files with 3 additions and 4 deletions
+2 -3
View File
@@ -709,9 +709,8 @@ ul#optional_update {list-style-type:none;}
#progress_bar .total span{
font-size: 16px;
font-weight: bold;
margin-top: 5px;
position: absolute;
text-align: center;
margin-top: -24px;
display: block;
}
#progress_bar .total .progress {