dataTables.bootstrap.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231
  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. }
  49. table.dataTable thead .sorting_asc {
  50. background: url('../images/sort_asc.png') no-repeat center right;
  51. }
  52. table.dataTable thead .sorting_desc {
  53. background: url('../images/sort_desc.png') no-repeat center right;
  54. }
  55. table.dataTable thead .sorting_asc_disabled {
  56. }
  57. table.dataTable thead .sorting_desc_disabled {
  58. }
  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. margin-top: 0 !important;
  75. margin-bottom: 0 !important;
  76. border-top: none;
  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. color: white;
  92. background-color: #08C;
  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. font-size: 12px;
  110. color: #333 !important;
  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. color: white !important;
  126. background-color: #0088cc;
  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. margin: 1em;
  139. font-size: 28px;
  140. font-weight: normal;
  141. line-height: 28px;
  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. margin-bottom: 0 !important;
  174. border-top: none;
  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. }