dataTables.bootstrap.css 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223
  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: 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 { background: url('images/sort_both.png') no-repeat center right; }
  48. table.dataTable thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
  49. table.dataTable thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
  50. table.dataTable thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
  51. table.dataTable thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
  52. table.dataTable th:active {
  53. outline: none;
  54. }
  55. /* Scrolling */
  56. div.dataTables_scrollHead table {
  57. margin-bottom: 0 !important;
  58. border-bottom-left-radius: 0;
  59. border-bottom-right-radius: 0;
  60. }
  61. div.dataTables_scrollHead table thead tr:last-child th:first-child,
  62. div.dataTables_scrollHead table thead tr:last-child td:first-child {
  63. border-bottom-left-radius: 0 !important;
  64. border-bottom-right-radius: 0 !important;
  65. }
  66. div.dataTables_scrollBody table {
  67. border-top: none;
  68. margin-top: 0 !important;
  69. margin-bottom: 0 !important;
  70. }
  71. div.dataTables_scrollBody tbody tr:first-child th,
  72. div.dataTables_scrollBody tbody tr:first-child td {
  73. border-top: none;
  74. }
  75. div.dataTables_scrollFoot table {
  76. margin-top: 0 !important;
  77. border-top: none;
  78. }
  79. /*
  80. * TableTools styles
  81. */
  82. .table tbody tr.active td,
  83. .table tbody tr.active th {
  84. background-color: #08C;
  85. color: white;
  86. }
  87. .table tbody tr.active:hover td,
  88. .table tbody tr.active:hover th {
  89. background-color: #0075b0 !important;
  90. }
  91. .table tbody tr.active a {
  92. color: white;
  93. }
  94. .table-striped tbody tr.active:nth-child(odd) td,
  95. .table-striped tbody tr.active:nth-child(odd) th {
  96. background-color: #017ebc;
  97. }
  98. table.DTTT_selectable tbody tr {
  99. cursor: pointer;
  100. }
  101. div.DTTT .btn {
  102. color: #333 !important;
  103. font-size: 12px;
  104. }
  105. div.DTTT .btn:hover {
  106. text-decoration: none !important;
  107. }
  108. ul.DTTT_dropdown.dropdown-menu {
  109. z-index: 2003;
  110. }
  111. ul.DTTT_dropdown.dropdown-menu a {
  112. color: #333 !important; /* needed only when demo_page.css is included */
  113. }
  114. ul.DTTT_dropdown.dropdown-menu li {
  115. position: relative;
  116. }
  117. ul.DTTT_dropdown.dropdown-menu li:hover a {
  118. background-color: #0088cc;
  119. color: white !important;
  120. }
  121. div.DTTT_collection_background {
  122. z-index: 2002;
  123. }
  124. /* TableTools information display */
  125. div.DTTT_print_info.modal {
  126. height: 150px;
  127. margin-top: -75px;
  128. text-align: center;
  129. }
  130. div.DTTT_print_info h6 {
  131. font-weight: normal;
  132. font-size: 28px;
  133. line-height: 28px;
  134. margin: 1em;
  135. }
  136. div.DTTT_print_info p {
  137. font-size: 14px;
  138. line-height: 20px;
  139. }
  140. /*
  141. * FixedColumns styles
  142. */
  143. div.DTFC_LeftHeadWrapper table,
  144. div.DTFC_LeftFootWrapper table,
  145. div.DTFC_RightHeadWrapper table,
  146. div.DTFC_RightFootWrapper table,
  147. table.DTFC_Cloned tr.even {
  148. background-color: white;
  149. }
  150. div.DTFC_RightHeadWrapper table ,
  151. div.DTFC_LeftHeadWrapper table {
  152. margin-bottom: 0 !important;
  153. border-top-right-radius: 0 !important;
  154. border-bottom-left-radius: 0 !important;
  155. border-bottom-right-radius: 0 !important;
  156. }
  157. div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
  158. div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
  159. div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
  160. div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  161. border-bottom-left-radius: 0 !important;
  162. border-bottom-right-radius: 0 !important;
  163. }
  164. div.DTFC_RightBodyWrapper table,
  165. div.DTFC_LeftBodyWrapper table {
  166. border-top: none;
  167. margin-bottom: 0 !important;
  168. }
  169. div.DTFC_RightBodyWrapper tbody tr:first-child th,
  170. div.DTFC_RightBodyWrapper tbody tr:first-child td,
  171. div.DTFC_LeftBodyWrapper tbody tr:first-child th,
  172. div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  173. border-top: none;
  174. }
  175. div.DTFC_RightFootWrapper table,
  176. div.DTFC_LeftFootWrapper table {
  177. border-top: none;
  178. }