Fix extra progress bar shown always under file name even before the uploading processes get started

This commit is contained in:
Hadi Nategh 2014-10-01 15:05:01 +00:00
parent 4e5a3c3d8b
commit 561880e31d

View File

@ -534,6 +534,7 @@ div.et2_file {
background-color: green;
height: 5px;
margin: 0px;
width: 0px;
}
/* Hide progress bar when completed */
.et2_file .progress li.success > span.progressBar {