attachment-upload.css 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. #plupload-upload-ui {
  2. position: relative;
  3. }
  4. .drag-drop #drag-drop-area {
  5. border: 4px dashed #b4b9be;
  6. height: 200px;
  7. }
  8. .drag-drop #drag-drop-area.drag-highlight{
  9. border: 4px dashed #605ca8;
  10. }
  11. .drag-drop .drag-drop-inside {
  12. margin: 70px auto 0;
  13. width: 250px;
  14. }
  15. .drag-drop .drag-drop-inside p {
  16. text-align: center;
  17. color: #a0a5aa;
  18. font-size: 14px;
  19. margin: 5px auto;
  20. }
  21. .upload-kit-input{
  22. position: relative; z-index: 1;
  23. text-align:center;
  24. }
  25. .upload-kit-input input[type=file] {
  26. width: 100%;
  27. height: 100%;
  28. position: absolute;
  29. display: block;
  30. opacity: 0;
  31. cursor: pointer;
  32. z-index: 2;
  33. top:0;
  34. left:0;
  35. }
  36. .media-upload-form .media-item {
  37. min-height: 36px;
  38. margin-bottom: 1px;
  39. position: relative;
  40. width: 100%;
  41. background: #fff;
  42. }
  43. .media-item .pinkynail {
  44. float: left;
  45. margin: 2px 10px 0 3px;
  46. max-width: 40px;
  47. max-height: 32px;
  48. }
  49. .edit-attachment {
  50. display: block;
  51. line-height: 36px;
  52. float: right;
  53. margin-right: 10px;
  54. }
  55. .media-item .filename {
  56. line-height: 36px;
  57. overflow: hidden;
  58. margin-left: 6px;
  59. }