1
0
mirror of https://github.com/stefanocasazza/ULib.git synced 2025-09-28 19:05:55 +08:00
ULib/tests/examples/css/upload.css
2015-01-23 17:24:36 +01:00

25 lines
348 B
CSS

#progress_container {
font-size: .9em;
width: 100%;
height: 1.25em;
position: relative;
margin: 3em 0;
display: none;
}
#progress_filename {
font-size: .9em;
width: 100%;
}
#progress_bar {
width: 100%;
border: 1px solid #999;
}
#progress_indicator {
background: #8a9;
width: 0;
height: 4px;
}