63
|
1 div.content div.table_container {
|
|
2 background-color: #ffffff;
|
182
|
3 width:90%;
|
63
|
4 position:relative;
|
182
|
5 left: 50px;
|
63
|
6 margin-top:40px;
|
182
|
7 height:350px;
|
63
|
8 }
|
|
9
|
|
10
|
|
11 .compacted{
|
182
|
12 max-width: 80px;
|
|
13 white-space: nowrap;
|
|
14 overflow: hidden;
|
63
|
15 }
|
|
16
|
|
17 .paginate_enabled_next, .paginate_enabled_previous, span.paginate_button {
|
182
|
18 margin: 10px;
|
|
19 color: #0000bb;
|
|
20 text-decoration: underline;
|
63
|
21 }
|
|
22
|
|
23 .hidden {
|
|
24 /*background-color: #bbbbbb;*/
|
182
|
25 text-decoration: line-through;
|
63
|
26 }
|
|
27
|
|
28 .dataTables_paginate {
|
|
29 display:inline; /*normal;*/
|
|
30 text-align:center;
|
|
31 }
|
|
32
|
|
33 .dataTables_length {
|
182
|
34 width: 45%;
|
|
35 float:left;
|
|
36 clear:none;
|
|
37 }
|
|
38
|
|
39 .dataTables_wrapper {
|
|
40 overflow:auto;
|
63
|
41 }
|
|
42
|
|
43 .dataTables_filter {
|
182
|
44 width: 45%;
|
|
45 float:right;
|
|
46 text-align: right;
|
|
47 clear:none;
|
|
48 margin-bottom:5px;
|
63
|
49 }
|
|
50
|
|
51 .datatable {
|
|
52 clear: both;
|
|
53 }
|
|
54
|
|
55 .dataTables_info {
|
|
56 float: left;
|
|
57 }
|
|
58
|
|
59 .dataTables_paginate {
|
|
60 float: left;
|
|
61 }
|
|
62
|
|
63 table.overview td {
|
|
64 background-color: #bbbbff;
|
|
65 }
|
|
66 table.overview th {
|
|
67 background-color: #bbbbbb;
|
|
68 }
|
|
69
|
|
70 table.overview {
|
|
71 width: 800px;
|
|
72 float:right;
|
|
73 }
|
|
74
|
|
75
|
|
76 #tooltip {
|
|
77 position: absolute;
|
|
78 z-index: 3000;
|
|
79 border: 1px solid #111;
|
|
80 background-color: #eee;
|
|
81 padding: 5px;
|
|
82 opacity: 0.85;
|
|
83 }
|
|
84 #tooltip h3, #tooltip div { margin: 0; }
|