Skip to content

Commit 7517599

Browse files
committed
initial commit
0 parents  commit 7517599

15 files changed

+3536
-0
lines changed
+45
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
.panel.panel--solo {
2+
position: fixed !important;
3+
}
4+
5+
.graph-legend {
6+
margin: 0;
7+
}
8+
9+
.graph-legend-series:first-child {
10+
padding-left: 0;
11+
}
12+
13+
@media only screen and (max-width: 600px) {
14+
a.graph-legend-alias.pointer {
15+
max-width: 47px;
16+
text-overflow: ellipsis;
17+
white-space: nowrap;
18+
overflow: hidden;
19+
font-size: 75%;
20+
}
21+
22+
.graph-legend-series {
23+
padding-left: 5px;
24+
}
25+
26+
.graph-legend-table .graph-legend-value {
27+
padding-left: 5px;
28+
font-size: 80%;
29+
}
30+
31+
div.graph-legend-icon .pointer {
32+
font-size: 40%;
33+
top: -2px;
34+
}
35+
36+
div.graph-legend-icon {
37+
padding-right: 2px;
38+
}
39+
}
40+
41+
@media only screen and (max-width: 1200px) {
42+
.graph-legend-value {
43+
display: none;
44+
}
45+
}
+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
html, body{
2+
height: 100%;
3+
margin: 0;
4+
padding: 0;
5+
overflow: hidden;
6+
background-color: #000;
7+
}
8+
9+
.panel-container iframe {
10+
border: 0;
11+
background-color: #efefef;
12+
width: 100%;
13+
height: 100%;
14+
overflow: hidden;
15+
}
16+
17+
.panel-container {
18+
width: 100%;
19+
margin: 0 auto;
20+
}

0 commit comments

Comments
 (0)