dataTables.bootstrap.css 4.4 KB

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