dataTables.bootstrap.css 4.3 KB

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