ocupload.css in One Click Upload 7.2
#upload-queue {
position: fixed;
bottom: 0;
right: 0;
width: 300px;
z-index: 999;
}
#upload-queue div {
padding: 1em 1.5em;
background: #E0E0D8;
margin: 5px 10px;
border-radius: 4px;
line-height: 120%;
white-space: nowrap;
overflow: hidden;
}
#upload-queue div:last-child {
background: url(/misc/progress.gif) repeat-x 0 center;
color: white;
}
File
ocupload.css
View source
- #upload-queue {
- position: fixed;
- bottom: 0;
- right: 0;
- width: 300px;
- z-index: 999;
- }
- #upload-queue div {
- padding: 1em 1.5em;
- background: #E0E0D8;
- margin: 5px 10px;
- border-radius: 4px;
- line-height: 120%;
- white-space: nowrap;
- overflow: hidden;
- }
- #upload-queue div:last-child {
- background: url(/misc/progress.gif) repeat-x 0 center;
- color: white;
- }