2013-02-12 04:15:40 -08:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2013-04-26 07:50:59 -07:00
|
|
|
a { color: black; }
|
|
|
|
a:hover { color: gray; }
|
|
|
|
a:active { color: black; }
|
|
|
|
|
2013-02-12 04:15:40 -08:00
|
|
|
.graph_container {
|
2013-04-17 07:49:21 -07:00
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2013-02-12 04:15:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.graph {
|
2013-04-17 07:49:21 -07:00
|
|
|
position: relative;
|
|
|
|
min-height: 400px;
|
2013-02-12 04:15:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
svg {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
margin-bottom: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.legend {
|
2013-04-17 07:49:21 -07:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
|
|
|
margin: 0 0 0 0px;
|
2013-02-12 04:15:40 -08:00
|
|
|
}
|
2013-04-11 09:17:33 -07:00
|
|
|
|
2013-04-12 02:59:49 -07:00
|
|
|
.graph .detail .x_label.flipped {
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
2013-04-12 01:39:37 -07:00
|
|
|
.graph .detail .item.flipped {
|
|
|
|
right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.graph .detail .item.flipped:before {
|
|
|
|
content: "\25b8";
|
|
|
|
left: auto;
|
|
|
|
right: 1px;
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
|
|
|
|
2013-04-11 09:17:33 -07:00
|
|
|
.graph .detail .item.active {
|
|
|
|
line-height: 1.4em;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
2013-04-12 01:39:15 -07:00
|
|
|
.labels {
|
2013-04-11 09:17:33 -07:00
|
|
|
font-size: 11px;
|
|
|
|
line-height: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.graph .detail .item .detail_swatch {
|
|
|
|
float: right;
|
|
|
|
display: inline-block;
|
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
|
|
|
margin: 2px 2px 0 8px;
|
|
|
|
}
|
2013-04-17 07:49:21 -07:00
|
|
|
|
|
|
|
.refresh_interval {
|
|
|
|
width: 102px
|
|
|
|
}
|
|
|
|
|
|
|
|
input[title=*]:hover:after {
|
|
|
|
content: attr(title);
|
|
|
|
}
|
2013-04-26 07:50:59 -07:00
|
|
|
|
|
|
|
.console {
|
|
|
|
white-space: pre;
|
|
|
|
overflow: scroll;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ui-tabs {
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
.ui-widget {
|
|
|
|
font-size: 0.8em;
|
|
|
|
}
|