KXStudio Website https://kx.studio/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
399B

  1. #progress {
  2. background: #fff;
  3. padding: 1px;
  4. border: 1px solid #ddd;
  5. display: none;
  6. margin-bottom: 1em;
  7. }
  8. #progress.done .fill {
  9. background-color: #ddd;
  10. }
  11. #progress .back {
  12. background: #f0f0f0;
  13. }
  14. #progress .fill {
  15. background-color: #5fb904;
  16. height: 1.5em;
  17. width: 0;
  18. color: #fff;
  19. }
  20. .swfupload_button {
  21. margin-bottom: .5em;
  22. }
  23. .clear {
  24. clear: both;
  25. }