Back to home page

OSCL-LXR

 
 

    


0001 div.dataTables_length label {
0002         font-weight: normal;
0003         text-align: left;
0004         white-space: nowrap;
0005 }
0006 
0007 div.dataTables_length select {
0008         width: 75px;
0009         display: inline-block;
0010 }
0011 
0012 div.dataTables_filter {
0013         text-align: right;
0014 }
0015 
0016 div.dataTables_filter label {
0017         font-weight: normal;
0018         white-space: nowrap;
0019         text-align: left;
0020 }
0021 
0022 div.dataTables_filter input {
0023         margin-left: 0.5em;
0024         display: inline-block;
0025 }
0026 
0027 div.dataTables_info {
0028         padding-top: 8px;
0029         white-space: nowrap;
0030 }
0031 
0032 div.dataTables_paginate {
0033         margin: 0;
0034         white-space: nowrap;
0035         text-align: right;
0036 }
0037 
0038 div.dataTables_paginate ul.pagination {
0039         margin: 2px 0;
0040         white-space: nowrap;
0041 }
0042 
0043 @media screen and (max-width: 767px) {
0044         div.dataTables_length,
0045         div.dataTables_filter,
0046         div.dataTables_info,
0047         div.dataTables_paginate {
0048                 text-align: center;
0049         }
0050 }
0051 
0052 
0053 table.dataTable td,
0054 table.dataTable th {
0055         -webkit-box-sizing: content-box;
0056         -moz-box-sizing: content-box;
0057         box-sizing: content-box;
0058 }
0059 
0060 
0061 table.dataTable {
0062         clear: both;
0063         margin-top: 6px !important;
0064         margin-bottom: 6px !important;
0065         max-width: none !important;
0066 }
0067 
0068 table.dataTable thead .sorting,
0069 table.dataTable thead .sorting_asc,
0070 table.dataTable thead .sorting_desc,
0071 table.dataTable thead .sorting_asc_disabled,
0072 table.dataTable thead .sorting_desc_disabled {
0073         cursor: pointer;
0074 }
0075 
0076 table.dataTable thead .sorting { background: url('../images/sort_both.png') no-repeat center right; }
0077 table.dataTable thead .sorting_asc { background: url('../images/sort_asc.png') no-repeat center right; }
0078 table.dataTable thead .sorting_desc { background: url('../images/sort_desc.png') no-repeat center right; }
0079 
0080 table.dataTable thead .sorting_asc_disabled { background: url('../images/sort_asc_disabled.png') no-repeat center right; }
0081 table.dataTable thead .sorting_desc_disabled { background: url('../images/sort_desc_disabled.png') no-repeat center right; }
0082 
0083 table.dataTable thead > tr > th {
0084         padding-left: 18px;
0085         padding-right: 18px;
0086 }
0087 
0088 table.dataTable th:active {
0089         outline: none;
0090 }
0091 
0092 /* Scrolling */
0093 div.dataTables_scrollHead table {
0094         margin-bottom: 0 !important;
0095         border-bottom-left-radius: 0;
0096         border-bottom-right-radius: 0;
0097 }
0098 
0099 div.dataTables_scrollHead table thead tr:last-child th:first-child,
0100 div.dataTables_scrollHead table thead tr:last-child td:first-child {
0101         border-bottom-left-radius: 0 !important;
0102         border-bottom-right-radius: 0 !important;
0103 }
0104 
0105 div.dataTables_scrollBody table {
0106         border-top: none;
0107         margin-top: 0 !important;
0108         margin-bottom: 0 !important;
0109 }
0110 
0111 div.dataTables_scrollBody tbody tr:first-child th,
0112 div.dataTables_scrollBody tbody tr:first-child td {
0113         border-top: none;
0114 }
0115 
0116 div.dataTables_scrollFoot table {
0117         margin-top: 0 !important;
0118         border-top: none;
0119 }
0120 
0121 /* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
0122    width calculations when using scrolling impossible to align columns. We have
0123    to use separate
0124  */
0125 table.table-bordered.dataTable {
0126         border-collapse: separate !important;
0127 }
0128 table.table-bordered thead th,
0129 table.table-bordered thead td {
0130         border-left-width: 0;
0131         border-top-width: 0;
0132 }
0133 table.table-bordered tbody th,
0134 table.table-bordered tbody td {
0135         border-left-width: 0;
0136         border-bottom-width: 0;
0137 }
0138 table.table-bordered th:last-child,
0139 table.table-bordered td:last-child {
0140         border-right-width: 0;
0141 }
0142 div.dataTables_scrollHead table.table-bordered {
0143         border-bottom-width: 0;
0144 }
0145 
0146 
0147 
0148 
0149 /*
0150  * TableTools styles
0151  */
0152 .table.dataTable tbody tr.active td,
0153 .table.dataTable tbody tr.active th {
0154         background-color: #08C;
0155         color: white;
0156 }
0157 
0158 .table.dataTable tbody tr.active:hover td,
0159 .table.dataTable tbody tr.active:hover th {
0160         background-color: #0075b0 !important;
0161 }
0162 
0163 .table.dataTable tbody tr.active th > a,
0164 .table.dataTable tbody tr.active td > a {
0165         color: white;
0166 }
0167 
0168 .table-striped.dataTable tbody tr.active:nth-child(odd) td,
0169 .table-striped.dataTable tbody tr.active:nth-child(odd) th {
0170         background-color: #017ebc;
0171 }
0172 
0173 table.DTTT_selectable tbody tr {
0174         cursor: pointer;
0175 }
0176 
0177 div.DTTT .btn {
0178         color: #333 !important;
0179         font-size: 12px;
0180 }
0181 
0182 div.DTTT .btn:hover {
0183         text-decoration: none !important;
0184 }
0185 
0186 ul.DTTT_dropdown.dropdown-menu {
0187   z-index: 2003;
0188 }
0189 
0190 ul.DTTT_dropdown.dropdown-menu a {
0191         color: #333 !important; /* needed only when demo_page.css is included */
0192 }
0193 
0194 ul.DTTT_dropdown.dropdown-menu li {
0195         position: relative;
0196 }
0197 
0198 ul.DTTT_dropdown.dropdown-menu li:hover a {
0199         background-color: #0088cc;
0200         color: white !important;
0201 }
0202 
0203 div.DTTT_collection_background {
0204         z-index: 2002;  
0205 }
0206 
0207 /* TableTools information display */
0208 div.DTTT_print_info {
0209         position: fixed;
0210         top: 50%;
0211         left: 50%;
0212         width: 400px;
0213         height: 150px;
0214         margin-left: -200px;
0215         margin-top: -75px;
0216         text-align: center;
0217         color: #333;
0218         padding: 10px 30px;
0219         opacity: 0.95;
0220 
0221         background-color: white;
0222         border: 1px solid rgba(0, 0, 0, 0.2);
0223         border-radius: 6px;
0224         
0225         -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
0226                 box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
0227 }
0228 
0229 div.DTTT_print_info h6 {
0230         font-weight: normal;
0231         font-size: 28px;
0232         line-height: 28px;
0233         margin: 1em;
0234 }
0235 
0236 div.DTTT_print_info p {
0237         font-size: 14px;
0238         line-height: 20px;
0239 }
0240 
0241 div.dataTables_processing {
0242     position: absolute;
0243     top: 50%;
0244     left: 50%;
0245     width: 100%;
0246     height: 60px;
0247     margin-left: -50%;
0248     margin-top: -25px;
0249     padding-top: 20px;
0250     padding-bottom: 20px;
0251     text-align: center;
0252     font-size: 1.2em;
0253     background-color: white;
0254     background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
0255     background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
0256     background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
0257     background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
0258     background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
0259     background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
0260 }
0261 
0262 
0263 
0264 /*
0265  * FixedColumns styles
0266  */
0267 div.DTFC_LeftHeadWrapper table,
0268 div.DTFC_LeftFootWrapper table,
0269 div.DTFC_RightHeadWrapper table,
0270 div.DTFC_RightFootWrapper table,
0271 table.DTFC_Cloned tr.even {
0272     background-color: white;
0273     margin-bottom: 0;
0274 }
0275  
0276 div.DTFC_RightHeadWrapper table ,
0277 div.DTFC_LeftHeadWrapper table {
0278         border-bottom: none !important;
0279     margin-bottom: 0 !important;
0280     border-top-right-radius: 0 !important;
0281     border-bottom-left-radius: 0 !important;
0282     border-bottom-right-radius: 0 !important;
0283 }
0284  
0285 div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
0286 div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
0287 div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
0288 div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
0289     border-bottom-left-radius: 0 !important;
0290     border-bottom-right-radius: 0 !important;
0291 }
0292  
0293 div.DTFC_RightBodyWrapper table,
0294 div.DTFC_LeftBodyWrapper table {
0295     border-top: none;
0296     margin: 0 !important;
0297 }
0298  
0299 div.DTFC_RightBodyWrapper tbody tr:first-child th,
0300 div.DTFC_RightBodyWrapper tbody tr:first-child td,
0301 div.DTFC_LeftBodyWrapper tbody tr:first-child th,
0302 div.DTFC_LeftBodyWrapper tbody tr:first-child td {
0303     border-top: none;
0304 }
0305  
0306 div.DTFC_RightFootWrapper table,
0307 div.DTFC_LeftFootWrapper table {
0308     border-top: none;
0309     margin-top: 0 !important;
0310 }
0311 
0312 
0313 /*
0314  * FixedHeader styles
0315  */
0316 div.FixedHeader_Cloned table {
0317         margin: 0 !important
0318 }
0319