jquery.ui.plupload.css 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. /*
  2. Plupload
  3. ------------------------------------------------------------------- */
  4. .plupload_button {cursor: pointer;}
  5. .plupload_wrapper {
  6. font: normal 11px Verdana,sans-serif;
  7. width: 100%;
  8. }
  9. .plupload .plupload_container input {width: 98%;}
  10. .plupload .plupload_filelist_footer {border-width: 1px 0 0 0}
  11. .plupload .plupload_filelist_header {border-width: 0 0 1px 0}
  12. div.plupload .plupload_file {border-width: 0 0 1px 0}
  13. div.plupload div.plupload_header {border-width: 0 0 1px 0; position: relative;}
  14. .plupload_file .ui-icon {
  15. cursor:pointer;
  16. }
  17. .plupload_header_content {
  18. background-image: url('../img/plupload.png');
  19. background-repeat: no-repeat;
  20. background-position: 8px center;
  21. min-height: 56px;
  22. padding-left: 60px;
  23. position:relative;
  24. }
  25. .plupload_header_content_bw {background-image: url('../img/plupload-bw.png');}
  26. .plupload_header_title {
  27. font: normal 18px sans-serif;
  28. padding: 6px 0 3px;
  29. }
  30. .plupload_header_text {font: normal 12px sans-serif;}
  31. .plupload_filelist,
  32. .plupload_filelist_content {
  33. border-collapse: collapse;
  34. margin: 0;
  35. padding: 0;
  36. width: 100%;
  37. -moz-user-select:none;
  38. -webkit-user-select:none;
  39. user-select:none;
  40. }
  41. .plupload_cell {padding: 8px 6px;}
  42. .plupload_file {
  43. border-left: none;
  44. border-right: none;
  45. }
  46. .plupload .ui-sortable-helper,
  47. .plupload .ui-sortable .plupload_file {
  48. cursor:move;
  49. }
  50. .plupload_scroll {
  51. max-height: 180px;
  52. min-height: 168px;
  53. _height: 168px;
  54. overflow-y: auto;
  55. }
  56. .plupload_file_size, .plupload_file_status {text-align: right;}
  57. .plupload_file_size, .plupload_file_status {width: 52px;}
  58. .plupload_file_action {width: 16px;}
  59. .plupload_file_name {
  60. overflow: hidden;
  61. padding-left: 10px;
  62. }
  63. .plupload_file_rename {
  64. width:95%;
  65. }
  66. .plupload_progress {width: 60px;}
  67. .plupload_progress_container {padding: 1px;}
  68. /* Floats */
  69. .plupload_right {float: right;}
  70. .plupload_left {float: left;}
  71. .plupload_clear,.plupload_clearer {clear: both;}
  72. .plupload_clearer, .plupload_progress_bar {
  73. display: block;
  74. font-size: 0;
  75. line-height: 0;
  76. }
  77. .plupload_clearer {height: 0;}
  78. /* Misc */
  79. .plupload_hidden {display: none;}
  80. .plupload_droptext {
  81. background: transparent;
  82. text-align: center;
  83. vertical-align: middle;
  84. border: 0;
  85. line-height: 165px;
  86. }
  87. .plupload_buttons, .plupload_upload_status {float: left}
  88. .plupload_message {
  89. position: absolute;
  90. top: 0px;
  91. left: 0px;
  92. height: 100%;
  93. width: 100%;
  94. }
  95. .plupload_message p {
  96. padding:0.7em;
  97. margin:0;
  98. }
  99. .plupload_message strong {
  100. font-weight: bold;
  101. }
  102. plupload_message i {
  103. font-style: italic;
  104. }
  105. .plupload_message p span.ui-icon {
  106. float: left;
  107. margin-right: 0.3em;
  108. }
  109. .plupload_header_content .ui-state-error,
  110. .plupload_header_content .ui-state-highlight {
  111. border:none;
  112. }
  113. .plupload_message_close {
  114. position:absolute;
  115. top:5px;
  116. right:5px;
  117. cursor:pointer;
  118. }
  119. .plupload .ui-sortable-placeholder {
  120. height:35px;
  121. }