You are here

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
  1. #upload-queue {
  2. position: fixed;
  3. bottom: 0;
  4. right: 0;
  5. width: 300px;
  6. z-index: 999;
  7. }
  8. #upload-queue div {
  9. padding: 1em 1.5em;
  10. background: #E0E0D8;
  11. margin: 5px 10px;
  12. border-radius: 4px;
  13. line-height: 120%;
  14. white-space: nowrap;
  15. overflow: hidden;
  16. }
  17. #upload-queue div:last-child {
  18. background: url(/misc/progress.gif) repeat-x 0 center;
  19. color: white;
  20. }