@ -30,27 +30,36 @@ div.dataTables_paginate ul.pagination {
margin : 2px ;
}
table . table {
table . dataTable ,
table . dataTable td ,
table . dataTable th {
-webkit-box-sizing : content-box ;
-moz-box-sizing : content-box ;
box-sizing : content-box ;
}
table . dataTable {
clear : both ;
margin-top : 6px ! important ;
margin-bottom : 6px ! important ;
max-width : none ! 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 {
table . da taT able thead . sorting ,
table . da taT able thead . sorting_asc ,
table . da taT able thead . sorting_desc ,
table . da taT able thead . sorting_asc_disabled ,
table . da taT able thead . sorting_desc_disabled {
cursor : pointer ;
}
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 . da taT able thead . sorting { background : url ( '../images/sort_both.png' ) no-repeat center right ; }
table . da taT able thead . sorting_asc { background : url ( '../images/sort_asc.png' ) no-repeat center right ; }
table . da taT able 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 . da taT able thead . sorting_asc_disabled { background : url ( '../images/sort_asc_disabled.png' ) no-repeat center right ; }
table . da taT able thead . sorting_desc_disabled { background : url ( '../images/sort_desc_disabled.png' ) no-repeat center right ; }
table . dataTable th : active {
outline : none ;