|
|
|
|
|
|
|
div.dataTables_length label {
|
|
|
|
float: left;
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dataTables_length select {
|
|
|
|
width: 75px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dataTables_filter label {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dataTables_info {
|
|
|
|
padding-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dataTables_paginate {
|
|
|
|
float: right;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table {
|
|
|
|
clear: both;
|
|
|
|
margin-bottom: 6px !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table thead .sorting,
|
|
|
|
table.table thead .sorting_asc,
|
|
|
|
table.table thead .sorting_desc,
|
|
|
|
table.table thead .sorting_asc_disabled,
|
|
|
|
table.table thead .sorting_desc_disabled {
|
|
|
|
cursor: pointer;
|
|
|
|
*cursor: hand;
|
|
|
|
}
|
|
|
|
|
|
|
|
table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; }
|
|
|
|
table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; }
|
|
|
|
table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; }
|
|
|
|
|
|
|
|
table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; }
|
|
|
|
table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; }
|
|
|
|
|
|
|
|
table.dataTable th:active {
|
|
|
|
outline: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
* TableTools styles
|
|
|
|
*/
|
|
|
|
ul.DTTT_dropdown.dropdown-menu a {
|
|
|
|
color: #333 !important; /* needed only when demo_page.css is included */
|
|
|
|
}
|
|
|
|
|
|
|
|
ul.DTTT_dropdown.dropdown-menu li:hover a {
|
|
|
|
background-color: #0088cc;
|
|
|
|
color: white !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* TableTools information display */
|
|
|
|
div.DTTT_print_info.modal {
|
|
|
|
height: 150px;
|
|
|
|
margin-top: -75px;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.DTTT_print_info h6 {
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 28px;
|
|
|
|
line-height: 28px;
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.DTTT_print_info p {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
}
|