You are here

styles.css in One Click Upload 7

.bue-ui .ocupload-button-wrapper {
  display: inline-block;
  position: relative;
  cursor: pointer !important;
}
.bue-ui .ocupload-button-wrapper object {
  position: absolute;
  top: 1px;
  left: 1px;
}
.bue-ui .ocupload-button-wrapper object:hover + .bue-button {
  border-color: #fc6;
}
.bue-ui .ocupload-progress {
  font-size: .8em;
  padding-left: .5em;
}

.cke_top .ocupload-processed {
  position: relative;
}
.cke_top .ocupload-processed object {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  opacity: 0; /* for Opera 12.0 */
}

#swfupload-queue {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 200px;
  z-index: 999;
}
#swfupload-queue div {
  padding: .5em 1em;
  background: #E0E0D8;
  margin: 5px 10px;
  border-radius: 4px;
  line-height: 120%;
  white-space: nowrap;
  overflow: hidden;
}

File

static/styles.css
View source
  1. .bue-ui .ocupload-button-wrapper {
  2. display: inline-block;
  3. position: relative;
  4. cursor: pointer !important;
  5. }
  6. .bue-ui .ocupload-button-wrapper object {
  7. position: absolute;
  8. top: 1px;
  9. left: 1px;
  10. }
  11. .bue-ui .ocupload-button-wrapper object:hover + .bue-button {
  12. border-color: #fc6;
  13. }
  14. .bue-ui .ocupload-progress {
  15. font-size: .8em;
  16. padding-left: .5em;
  17. }
  18. .cke_top .ocupload-processed {
  19. position: relative;
  20. }
  21. .cke_top .ocupload-processed object {
  22. width: 100%;
  23. height: 100%;
  24. margin: 0;
  25. padding: 0;
  26. position: absolute;
  27. top: 0;
  28. left: 0;
  29. cursor: pointer;
  30. opacity: 0; /* for Opera 12.0 */
  31. }
  32. #swfupload-queue {
  33. position: fixed;
  34. bottom: 0;
  35. right: 0;
  36. width: 200px;
  37. z-index: 999;
  38. }
  39. #swfupload-queue div {
  40. padding: .5em 1em;
  41. background: #E0E0D8;
  42. margin: 5px 10px;
  43. border-radius: 4px;
  44. line-height: 120%;
  45. white-space: nowrap;
  46. overflow: hidden;
  47. }