dataTables.foundation.css 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213
  1. div.dataTables_wrapper {
  2. margin-bottom: 1.25em;
  3. }
  4. div.dataTables_length label,
  5. div.dataTables_filter label,
  6. div.dataTables_info {
  7. color: #999;
  8. font-weight: normal;
  9. }
  10. div.dataTables_length {
  11. padding-top: 6px;
  12. }
  13. div.dataTables_length label {
  14. float: left;
  15. text-align: left;
  16. }
  17. div.dataTables_length select {
  18. width: 75px;
  19. }
  20. div.dataTables_filter label {
  21. float: right;
  22. }
  23. div.dataTables_filter input {
  24. display: inline-block !important;
  25. width: auto !important;
  26. }
  27. div.dataTables_info {
  28. padding-top: 2px;
  29. font-size: 0.875em;
  30. }
  31. div.dataTables_paginate {
  32. float: right;
  33. margin: 0;
  34. }
  35. table.dataTable {
  36. clear: both;
  37. margin-bottom: 0.5em !important;
  38. max-width: none !important;
  39. width: 100%;
  40. }
  41. table.dataTable thead .sorting,
  42. table.dataTable thead .sorting_asc,
  43. table.dataTable thead .sorting_desc,
  44. table.dataTable thead .sorting_asc_disabled,
  45. table.dataTable thead .sorting_desc_disabled {
  46. cursor: pointer;
  47. *cursor: hand;
  48. }
  49. table.dataTable thead .sorting { background: url('images/sort_both.png') no-repeat center right; }
  50. table.dataTable thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
  51. table.dataTable thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
  52. table.dataTable thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
  53. table.dataTable thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
  54. table.dataTable th:active {
  55. outline: none;
  56. }
  57. /* Scrolling */
  58. div.dataTables_scrollHead table {
  59. margin-bottom: 0 !important;
  60. }
  61. div.dataTables_scrollBody table {
  62. border-top: none;
  63. margin-bottom: 0 !important;
  64. }
  65. div.dataTables_scrollBody tbody tr:first-child th,
  66. div.dataTables_scrollBody tbody tr:first-child td {
  67. border-top: none;
  68. }
  69. div.dataTables_scrollFoot table {
  70. border-top: none;
  71. }
  72. /*
  73. * TableTools styles
  74. */
  75. .table tbody tr.active td,
  76. .table tbody tr.active th {
  77. background-color: #08C;
  78. color: white;
  79. }
  80. .table tbody tr.active:hover td,
  81. .table tbody tr.active:hover th {
  82. background-color: #0075b0 !important;
  83. }
  84. .table-striped tbody tr.active:nth-child(odd) td,
  85. .table-striped tbody tr.active:nth-child(odd) th {
  86. background-color: #017ebc;
  87. }
  88. table.DTTT_selectable tbody tr {
  89. cursor: pointer;
  90. *cursor: hand;
  91. }
  92. div.DTTT {
  93. float: left;
  94. margin-bottom: 0;
  95. }
  96. div.DTTT .button:hover {
  97. text-decoration: none !important;
  98. }
  99. ul.DTTT_dropdown.dropdown-menu li {
  100. position: relative;
  101. }
  102. ul.DTTT_dropdown.dropdown-menu li:hover a {
  103. background-color: #0088cc;
  104. color: white !important;
  105. }
  106. /* TableTools information display */
  107. .DTTT_print_info {
  108. position: fixed;
  109. top: 50%;
  110. left: 50%;
  111. width: 400px;
  112. height: 150px;
  113. margin-left: -200px;
  114. margin-top: -75px;
  115. text-align: center;
  116. color: #333;
  117. padding: 10px 30px;
  118. background: #ffffff; /* Old browsers */
  119. background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
  120. background: -moz-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* FF3.6+ */
  121. background: -ms-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* IE10+ */
  122. background: -o-linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* Opera 11.10+ */
  123. background: linear-gradient(top, #ffffff 0%,#f3f3f3 89%,#f9f9f9 100%); /* W3C */
  124. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
  125. opacity: 0.95;
  126. border: 1px solid black;
  127. border: 1px solid rgba(0, 0, 0, 0.5);
  128. -webkit-border-radius: 6px;
  129. -moz-border-radius: 6px;
  130. -ms-border-radius: 6px;
  131. -o-border-radius: 6px;
  132. border-radius: 6px;
  133. -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  134. -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  135. -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  136. -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  137. box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  138. }
  139. div.DTTT_print_info h6 {
  140. font-weight: normal;
  141. font-size: 28px;
  142. line-height: 28px;
  143. margin: 1em;
  144. }
  145. div.DTTT_print_info p {
  146. font-size: 14px;
  147. line-height: 20px;
  148. }
  149. /*
  150. * FixedColumns styles
  151. */
  152. div.DTFC_LeftHeadWrapper table,
  153. div.DTFC_LeftFootWrapper table,
  154. table.DTFC_Cloned tr.even {
  155. background-color: white;
  156. }
  157. div.DTFC_LeftHeadWrapper table {
  158. margin-bottom: 0 !important;
  159. }
  160. div.DTFC_LeftBodyWrapper table {
  161. border-top: none;
  162. margin-bottom: 0 !important;
  163. }
  164. div.DTFC_LeftBodyWrapper tbody tr:first-child th,
  165. div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  166. border-top: none;
  167. }
  168. div.DTFC_LeftFootWrapper table {
  169. border-top: none;
  170. }