flieList.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. .sp-layer-body form {
  2. height: 220px;
  3. overflow: auto;
  4. }
  5. .sp-layer-bottom {
  6. float: left;
  7. width: 100%;
  8. text-align: center;
  9. padding: 0 0 10px 0;
  10. }
  11. body .sp-layer .sp-btn-blue {
  12. padding: 4px 10px;
  13. }
  14. .rightType {
  15. width: 200px;
  16. height: 28px;
  17. float: right;
  18. line-height: 28px;
  19. text-align: right;
  20. }
  21. .rightType select {
  22. width: 120px;
  23. height: 25px;
  24. }
  25. .warninfo {
  26. position: absolute;
  27. width: 220px;
  28. height: 28px;
  29. color: #ff0000;
  30. float: right;
  31. line-height: 28px;
  32. top: 10px;
  33. right: 10px;
  34. background-color: #ffffff;
  35. text-align: right;
  36. display: none;
  37. }
  38. /* Set padding to keep content from hitting the edges */
  39. /* Override the default bootstrap behavior where horizontal description lists
  40. will truncate terms that are too long to fit in the left column
  41. */
  42. .dl-horizontal dt {
  43. white-space: normal;
  44. }
  45. /* Set width on the form input elements since they're 100% wide by default */
  46. #layer_uploadFile input,
  47. #layer_uploadFile select,
  48. #layer_uploadFile textarea {
  49. max-width: 280px;
  50. }
  51. body p {
  52. margin: 0 0 0 0;
  53. }
  54. body .table thead > tr > th,
  55. body .table tbody > tr > th,
  56. body .table tfoot > tr > th,
  57. body .table thead > tr > td,
  58. body .table tbody > tr > td,
  59. body .table tfoot > tr > td {
  60. padding: 0px;
  61. line-height: 30px;
  62. text-align: center;
  63. }
  64. body .table .btn {
  65. display: inline-block;
  66. padding: 0px 8px;
  67. margin-bottom: 0;
  68. font-size: 14px;
  69. font-weight: normal;
  70. line-height: 18px;
  71. text-align: center;
  72. white-space: nowrap;
  73. vertical-align: middle;
  74. cursor: pointer;
  75. border: 1px solid transparent;
  76. border-radius: 4px;
  77. -webkit-user-select: none;
  78. -moz-user-select: none;
  79. -ms-user-select: none;
  80. -o-user-select: none;
  81. user-select: none;
  82. outline: none;
  83. }
  84. body .progress {
  85. margin-bottom: 0px;
  86. margin: 7px 5px 7px 5px;
  87. }
  88. .fileupload-buttonbar .btn {
  89. padding: 3px 6px;
  90. outline: none;
  91. }
  92. .fileList {
  93. margin-top: 3px;
  94. margin-bottom: 0px;
  95. }
  96. .fileList tbody {
  97. border-left: 1px solid #DDD !important;
  98. border-right: 1px solid #DDD !important;
  99. border-bottom: 1px solid #DDD !important;
  100. }
  101. .fileList thead {
  102. border-right: 1px solid #DDD !important;
  103. }
  104. .fileList thead th {
  105. height: 25px !important;
  106. line-height: 25px !important;
  107. text-align: center;
  108. color: #8d8d8d;
  109. background-color: #EBF2FA;
  110. border-top: 1px solid #DDD !important;
  111. border-left: 1px solid #DDD !important;
  112. }
  113. .template-upload .name,
  114. .template-download .name {
  115. width: 240px;
  116. padding: 0px 5px;
  117. text-overflow: ellipsis;
  118. white-space: nowrap;
  119. overflow: hidden;
  120. text-align: center;
  121. }
  122. .template-download .name {
  123. text-align: left !important;
  124. }
  125. .template-upload .size {
  126. width: 90px;
  127. padding: 0px 5px;
  128. text-align: center;
  129. }
  130. .template-upload .progress {
  131. background-color: #E0E0E0;
  132. height: 16px;
  133. }
  134. .template-download .done {
  135. color: #03A003;
  136. }
  137. .noFileWarning {
  138. text-align: center;
  139. font-size: 32px;
  140. color: #c4c4c4;
  141. height: 150px;
  142. line-height: 150px;
  143. border-left: 1px solid #DDD !important;
  144. border-right: 1px solid #DDD !important;
  145. border-bottom: 1px solid #DDD !important;
  146. }
  147. body .toggle[type='checkbox'] {
  148. transform: none;
  149. margin-left: 0px;
  150. margin-top: 5px;
  151. }