jquery.ui.plupload.css 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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. }
  38. .plupload_cell {padding: 8px 6px;}
  39. .plupload_file {
  40. border-left: none;
  41. border-right: none;
  42. }
  43. .plupload_scroll {
  44. max-height: 180px;
  45. min-height: 168px;
  46. _height: 168px;
  47. overflow-y: auto;
  48. }
  49. .plupload_file_size, .plupload_file_status {text-align: right;}
  50. .plupload_file_size, .plupload_file_status {width: 52px;}
  51. .plupload_file_action {width: 16px;}
  52. .plupload_file_name {
  53. overflow: hidden;
  54. padding-left: 10px;
  55. }
  56. .plupload_file_rename {
  57. width:95%;
  58. }
  59. .plupload_progress {width: 60px;}
  60. .plupload_progress_container {padding: 1px;}
  61. /* Floats */
  62. .plupload_right {float: right;}
  63. .plupload_left {float: left;}
  64. .plupload_clear,.plupload_clearer {clear: both;}
  65. .plupload_clearer, .plupload_progress_bar {
  66. display: block;
  67. font-size: 0;
  68. line-height: 0;
  69. }
  70. .plupload_clearer {height: 0;}
  71. /* Misc */
  72. .plupload_hidden {display: none;}
  73. .plupload_droptext {
  74. background: transparent;
  75. text-align: center;
  76. vertical-align: middle;
  77. border: 0;
  78. line-height: 165px;
  79. }
  80. .plupload_buttons, .plupload_upload_status {float: left}
  81. .plupload_message {
  82. position: absolute;
  83. top: 0px;
  84. left: 0px;
  85. height: 100%;
  86. width: 100%;
  87. }
  88. .plupload_message p {
  89. padding:0.7em;
  90. margin:0;
  91. }
  92. .plupload_message strong {
  93. font-weight: bold;
  94. }
  95. plupload_message i {
  96. font-style: italic;
  97. }
  98. .plupload_message p span.ui-icon {
  99. float: left;
  100. margin-right: 0.3em;
  101. }
  102. .plupload_header_content .ui-state-error,
  103. .plupload_header_content .ui-state-highlight {
  104. border:none;
  105. }
  106. .plupload_message_close {
  107. position:absolute;
  108. top:5px;
  109. right:5px;
  110. cursor:pointer;
  111. }
  112. .plupload .ui-sortable-placeholder {
  113. height:35px;
  114. }