Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

dataTables.foundation.css 4.7KB

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