mirror of
https://github.com/haiwen/seahub.git
synced 2025-08-09 10:57:27 +00:00
[file-upload]fix double progress bar problem for ie
This commit is contained in:
parent
3b20215e3f
commit
3272e8bde2
@ -889,6 +889,7 @@ ul.with-bg li {
|
|||||||
#task-progress-bar {/*for progress container*/
|
#task-progress-bar {/*for progress container*/
|
||||||
width:95%;
|
width:95%;
|
||||||
height:1em;
|
height:1em;
|
||||||
|
overflow:hidden;/*to solve ie's double height problem*/
|
||||||
}
|
}
|
||||||
#task-progress-bar .ui-progressbar-value {/*for progress*/
|
#task-progress-bar .ui-progressbar-value {/*for progress*/
|
||||||
background:#e83;
|
background:#e83;
|
||||||
|
Loading…
Reference in New Issue
Block a user