1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-01 07:10:55 +00:00

[file-upload]fix double progress bar problem for ie

This commit is contained in:
llj 2012-08-23 18:00:12 +08:00
parent 3b20215e3f
commit 3272e8bde2

View File

@ -889,6 +889,7 @@ ul.with-bg li {
#task-progress-bar {/*for progress container*/
width:95%;
height:1em;
overflow:hidden;/*to solve ie's double height problem*/
}
#task-progress-bar .ui-progressbar-value {/*for progress*/
background:#e83;