You are here

file_resup.css in File Resumable Upload 8

Same filename and directory in other branches
  1. 7 file_resup.css
.file-resup-wrapper,
.file-resup-wrapper .drop,
.file-resup-wrapper .progress {
  margin: 0.6em 0;
}

.file-resup-wrapper .messages {
  margin: 0.6em 1em;
}

.file-resup-wrapper .drop {
  display: table;
  box-sizing: border-box;
  width: 100%;
  border: 1px dashed #ccc;
  height: 4em;
}

.file-resup-wrapper .item-list ul {
  padding: 0 1em;
}

.file-resup-wrapper .item-list ul li {
  list-style: none outside none;
  margin: 0.2em 0;
  padding: 0;
}

.file-resup-wrapper a.remove {
  margin-right: 0.3em;
  text-decoration: none !important;
}

.file-resup-wrapper .drop-message {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 0 1em;
  color: #bbb;
  cursor: default;
}

.file-resup-wrapper .file-list + .drop-message {
  display: none;
}

.file-resup-wrapper a.button {
  display: inline-block;
  margin: 0 0.6em 0.6em 0;
}

.file-resup-wrapper a.button.disabled {
  color: #ccc;
  cursor: default;
}

File

file_resup.css
View source
  1. .file-resup-wrapper,
  2. .file-resup-wrapper .drop,
  3. .file-resup-wrapper .progress {
  4. margin: 0.6em 0;
  5. }
  6. .file-resup-wrapper .messages {
  7. margin: 0.6em 1em;
  8. }
  9. .file-resup-wrapper .drop {
  10. display: table;
  11. box-sizing: border-box;
  12. width: 100%;
  13. border: 1px dashed #ccc;
  14. height: 4em;
  15. }
  16. .file-resup-wrapper .item-list ul {
  17. padding: 0 1em;
  18. }
  19. .file-resup-wrapper .item-list ul li {
  20. list-style: none outside none;
  21. margin: 0.2em 0;
  22. padding: 0;
  23. }
  24. .file-resup-wrapper a.remove {
  25. margin-right: 0.3em;
  26. text-decoration: none !important;
  27. }
  28. .file-resup-wrapper .drop-message {
  29. display: table-cell;
  30. text-align: center;
  31. vertical-align: middle;
  32. padding: 0 1em;
  33. color: #bbb;
  34. cursor: default;
  35. }
  36. .file-resup-wrapper .file-list + .drop-message {
  37. display: none;
  38. }
  39. .file-resup-wrapper a.button {
  40. display: inline-block;
  41. margin: 0 0.6em 0.6em 0;
  42. }
  43. .file-resup-wrapper a.button.disabled {
  44. color: #ccc;
  45. cursor: default;
  46. }