Lines 9-38
Link Here
|
9 |
@import url([% themelang %]/css/print.css); |
9 |
@import url([% themelang %]/css/print.css); |
10 |
</style> |
10 |
</style> |
11 |
[% ELSE %][% INCLUDE 'doc-head-close.inc' %] |
11 |
[% ELSE %][% INCLUDE 'doc-head-close.inc' %] |
12 |
<style type="text/css"> |
|
|
13 |
td table { |
14 |
font-size: 85%; |
15 |
border: 0; |
16 |
} |
17 |
td table th:first-child, |
18 |
td table th.sorting:first-child, |
19 |
td table th.sorting_asc:first-child, |
20 |
td table th.sorting_desc:first-child { |
21 |
border-right : 1px solid #99BEC9; |
22 |
} |
23 |
td table th, |
24 |
td table th.sorting, |
25 |
td table th.sorting_asc, |
26 |
td table th.sorting_desc { |
27 |
background-color: #E6F0F2; |
28 |
border-color: #99BEC9; |
29 |
border-width: 0px 0px 1px 0px; |
30 |
} |
31 |
td table td { |
32 |
border-width: 0px 0px 1px 0px; |
33 |
border-color: #B8D7E0; |
34 |
} |
35 |
</style> |
36 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
12 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.checkboxes.min.js"></script> |
37 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
13 |
<link rel="stylesheet" type="text/css" href="[% themelang %]/css/datatables.css" /> |
38 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> |
14 |
<script type="text/javascript" src="[% themelang %]/lib/jquery/plugins/jquery.dataTables.min.js"></script> |
39 |
- |
|
|