integrate RTx::Statistics package, part of merging spiritone RT changes (#1661)
[freeside.git] / rt / html / Callbacks / ActivityReports / NoAuth / webrt.css / Default
1 table.miniplot {
2     width: 100%;
3     border-collapse: collapse;
4 }
5 table.miniplot td {
6     margin: 0;
7     padding: 0;
8     border-bottom: 1px solid black;
9 }
10 table.miniplot .graph {
11     margin-left: auto;
12     margin-right: auto;
13     position: relative;
14     width: 60px;
15 }
16 table.miniplot .graph ul { 
17     height: 100px; 
18     margin: 0;
19     padding: 0;
20 }
21 table.miniplot .graph ul li {  
22     list-style: none;
23     position: absolute; 
24     bottom: 0px; 
25     padding: 0 !important; 
26     margin: 0 !important; 
27     border-bottom: none;
28 }
29 table.miniplot .graph ul li .data {
30     display: none;
31 }
32
33 .miniplot .demoblock { margin: 0 10px; padding: 0 30px; }
34
35 .miniplot .c1 { border: 2px solid #990000; background: #ff0000; }
36 .miniplot .c2 { border: 2px solid #996600; background: #ff9900; }
37 .miniplot .c3 { border: 2px solid #009900; background: #00ff00; }
38 .miniplot .c4 { border: 2px solid #009999; background: #00ffff; }
39 .miniplot .c5 { border: 2px solid #000099; background: #0000ff; }
40 .miniplot .c6 { border: 2px solid #990099; background: #ff00ff; }
41 graph .c5 { border: 2px solid #000099; background: #0000ff; }
42 .graph .c6 { border: 2px solid #990099; background: #ff00ff; }
43
44 tr.titlerow  th { 
45
46   border-bottom: solid black 1px;
47   margin: 0;
48  font-size:80%;
49   text-wrap:  none;
50
51 }
52
53 tr.grandtotal td{
54     border-top: 1px solid black;
55 }
56
57 tr.grandtotal th{
58     border-top: 1px solid black;
59 }
60
61 th.label { 
62  align: left;
63
64 }
65
66 table.miniplot th.legend {
67  font-style: normal;
68  font-size: 80%;
69
70 }
71