dataTables.bootstrap.css 5.1 KB

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