Merge branch 'maint/7.0'
[ninja.git] / application / views / reports / css / tgraph.css
blobe0fc315cdbe5f382e64356bd608bbcbadd3b7067
2 .tgraph-container {
5 .tgraph {
6 position: relative;
7 width: 84%;
8 height: 40px;
9 color: #333;
10 float: left;
11 padding-left: 1%;
12 font: normal normal 8pt Helvetica, Arial, Verdana, sans-serif;
15 .tgraph-hoverbox {
16 border: 1px solid #999;
17 border-radius: 4px;
18 display: none;
19 z-index: 9999;
20 box-shadow: inset 2px 2px 5px #fff;
21 background: transparent;
22 background: rgba(255, 255, 255, 0.8);
23 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF)";
24 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CCFFFFFF,endColorstr=#CCFFFFFF);
25 zoom: 1;
27 position: absolute;
28 color: #333;
29 max-width: 180px;
30 font: normal normal 8pt Helvetica, Arial, Verdana, sans-serif;
31 padding: 5px;
32 text-shadow: 1px 1px 1px #fff;
35 .tgraph .tgraph-time {
36 float: left;
37 text-align: left;
38 font-size: 7pt;
41 .tgraph .tgraph-time-line {
42 margin: 0 0;
43 border-left: 1px solid #000;
44 opacity: 0.1;
45 z-index: 0;
46 width: 0;
49 .tgraph-label {
50 float: left;
51 width: 15%;
52 padding: 10px 0 0 0;
53 min-height: 30px;
54 font-size: 8pt;
55 text-align: right;
58 .tgraph .tgraph-subline {
59 position: absolute;
60 margin-top: -12px;
61 outline: 1px solid #fff;
62 height: 10px;
63 min-width: 3px;
66 .tgraph .tgraph-subline .tgraph-block {
67 height: 10px;
70 .tgraph .tgraph-note:hover {
71 background: #bbb;
72 z-index: 1;
75 .tgraph .tgraph-block-line {
76 margin: 12px 0;
77 position: relative;
78 width: 100%;
81 .tgraph .tgraph-block .tgraph-block {
82 height: 8px;
85 .tgraph .tgraph-block {
86 height: 16px;
87 z-index: 0;
88 position: absolute;
91 .tgraph-hoverbox b {
92 display: inline-block;
93 margin: 2px 0px;
96 .tgraph-hoverbox small {
97 display: inline-block;
98 margin: 2px 0px;
99 font-size: 7pt;