dataTables.bootstrap.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. div.dataTables_length label {
  2. font-weight: normal;
  3. float: left;
  4. text-align: left;
  5. }
  6. div.dataTables_length select {
  7. width: 75px;
  8. }
  9. div.dataTables_filter label {
  10. font-weight: normal;
  11. float: right;
  12. }
  13. div.dataTables_filter input {
  14. width: 150px;
  15. }
  16. .dataTables_length {
  17. }
  18. @media all and (max-width: 480px) {
  19. div.dataTables_filter input {
  20. width: 100px;
  21. }
  22. }
  23. div.dataTables_info {
  24. padding-top: 8px;
  25. }
  26. div.dataTables_paginate {
  27. float: right;
  28. margin: 0;
  29. }
  30. div.dataTables_paginate ul.pagination {
  31. margin: 2px 0;
  32. white-space: nowrap;
  33. }
  34. table.dataTable,
  35. table.dataTable td,
  36. table.dataTable th {
  37. -webkit-box-sizing: content-box;
  38. -moz-box-sizing: content-box;
  39. box-sizing: content-box;
  40. }
  41. table.dataTable {
  42. clear: both;
  43. margin-top: 6px !important;
  44. margin-bottom: 6px !important;
  45. max-width: none !important;
  46. }
  47. table.dataTable thead .sorting,
  48. table.dataTable thead .sorting_asc,
  49. table.dataTable thead .sorting_desc,
  50. table.dataTable thead .sorting_asc_disabled,
  51. table.dataTable thead .sorting_desc_disabled {
  52. cursor: pointer;
  53. }
  54. table.dataTable thead .sorting { background: url('images/sort_both.png') no-repeat center right; }
  55. table.dataTable thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
  56. table.dataTable thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
  57. table.dataTable thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
  58. table.dataTable thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
  59. table.dataTable th:active {
  60. outline: none;
  61. }
  62. /* Scrolling */
  63. div.dataTables_scrollHead table {
  64. margin-bottom: 0 !important;
  65. border-bottom-left-radius: 0;
  66. border-bottom-right-radius: 0;
  67. }
  68. div.dataTables_scrollHead table thead tr:last-child th:first-child,
  69. div.dataTables_scrollHead table thead tr:last-child td:first-child {
  70. border-bottom-left-radius: 0 !important;
  71. border-bottom-right-radius: 0 !important;
  72. }
  73. div.dataTables_scrollBody table {
  74. border-top: none;
  75. margin-top: 0 !important;
  76. margin-bottom: 0 !important;
  77. }
  78. div.dataTables_scrollBody tbody tr:first-child th,
  79. div.dataTables_scrollBody tbody tr:first-child td {
  80. border-top: none;
  81. }
  82. div.dataTables_scrollFoot table {
  83. margin-top: 0 !important;
  84. border-top: none;
  85. }
  86. /*
  87. * TableTools styles
  88. */
  89. .table tbody tr.active td,
  90. .table tbody tr.active th {
  91. background-color: #08C;
  92. color: white;
  93. }
  94. .table tbody tr.active:hover td,
  95. .table tbody tr.active:hover th {
  96. background-color: #0075b0 !important;
  97. }
  98. .table tbody tr.active a {
  99. color: white;
  100. }
  101. .table-striped tbody tr.active:nth-child(odd) td,
  102. .table-striped tbody tr.active:nth-child(odd) th {
  103. background-color: #017ebc;
  104. }
  105. table.DTTT_selectable tbody tr {
  106. cursor: pointer;
  107. }
  108. div.DTTT .btn {
  109. color: #333 !important;
  110. font-size: 12px;
  111. }
  112. div.DTTT .btn:hover {
  113. text-decoration: none !important;
  114. }
  115. ul.DTTT_dropdown.dropdown-menu {
  116. z-index: 2003;
  117. }
  118. ul.DTTT_dropdown.dropdown-menu a {
  119. color: #333 !important; /* needed only when demo_page.css is included */
  120. }
  121. ul.DTTT_dropdown.dropdown-menu li {
  122. position: relative;
  123. }
  124. ul.DTTT_dropdown.dropdown-menu li:hover a {
  125. background-color: #0088cc;
  126. color: white !important;
  127. }
  128. div.DTTT_collection_background {
  129. z-index: 2002;
  130. }
  131. /* TableTools information display */
  132. div.DTTT_print_info.modal {
  133. height: 150px;
  134. margin-top: -75px;
  135. text-align: center;
  136. }
  137. div.DTTT_print_info h6 {
  138. font-weight: normal;
  139. font-size: 28px;
  140. line-height: 28px;
  141. margin: 1em;
  142. }
  143. div.DTTT_print_info p {
  144. font-size: 14px;
  145. line-height: 20px;
  146. }
  147. /*
  148. * FixedColumns styles
  149. */
  150. div.DTFC_LeftHeadWrapper table,
  151. div.DTFC_LeftFootWrapper table,
  152. div.DTFC_RightHeadWrapper table,
  153. div.DTFC_RightFootWrapper table,
  154. table.DTFC_Cloned tr.even {
  155. background-color: white;
  156. }
  157. div.DTFC_RightHeadWrapper table ,
  158. div.DTFC_LeftHeadWrapper table {
  159. margin-bottom: 0 !important;
  160. border-top-right-radius: 0 !important;
  161. border-bottom-left-radius: 0 !important;
  162. border-bottom-right-radius: 0 !important;
  163. }
  164. div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
  165. div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
  166. div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
  167. div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  168. border-bottom-left-radius: 0 !important;
  169. border-bottom-right-radius: 0 !important;
  170. }
  171. div.DTFC_RightBodyWrapper table,
  172. div.DTFC_LeftBodyWrapper table {
  173. border-top: none;
  174. margin-bottom: 0 !important;
  175. }
  176. div.DTFC_RightBodyWrapper tbody tr:first-child th,
  177. div.DTFC_RightBodyWrapper tbody tr:first-child td,
  178. div.DTFC_LeftBodyWrapper tbody tr:first-child th,
  179. div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  180. border-top: none;
  181. }
  182. div.DTFC_RightFootWrapper table,
  183. div.DTFC_LeftFootWrapper table {
  184. border-top: none;
  185. }