summaryrefslogtreecommitdiff
path: root/rt/html/Callbacks/ActivityReports/NoAuth/webrt.css/Default
blob: 30480f7b6367df7d2c996160d5ea5707fdd7ebdc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
table.miniplot {
    width: 100%;
    border-collapse: collapse;
}
table.miniplot td {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid black;
}
table.miniplot .graph {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 60px;
}
table.miniplot .graph ul { 
    height: 100px; 
    margin: 0;
    padding: 0;
}
table.miniplot .graph ul li {  
    list-style: none;
    position: absolute; 
    bottom: 0px; 
    padding: 0 !important; 
    margin: 0 !important; 
    border-bottom: none;
}
table.miniplot .graph ul li .data {
    display: none;
}

.miniplot .demoblock { margin: 0 10px; padding: 0 30px; }

.miniplot .c1 { border: 2px solid #990000; background: #ff0000; }
.miniplot .c2 { border: 2px solid #996600; background: #ff9900; }
.miniplot .c3 { border: 2px solid #009900; background: #00ff00; }
.miniplot .c4 { border: 2px solid #009999; background: #00ffff; }
.miniplot .c5 { border: 2px solid #000099; background: #0000ff; }
.miniplot .c6 { border: 2px solid #990099; background: #ff00ff; }
graph .c5 { border: 2px solid #000099; background: #0000ff; }
.graph .c6 { border: 2px solid #990099; background: #ff00ff; }

tr.titlerow  th { 

  border-bottom: solid black 1px;
  margin: 0;
 font-size:80%;
  text-wrap:  none;

}

tr.grandtotal td{
    border-top: 1px solid black;
}

tr.grandtotal th{
    border-top: 1px solid black;
}

th.label { 
 align: left;

}

table.miniplot th.legend {
 font-style: normal;
 font-size: 80%;

}