2013-02-12 04:15:40 -08:00
|
|
|
body {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2013-07-13 10:30:51 -07:00
|
|
|
.eval_stats {
|
2015-01-09 05:23:09 -08:00
|
|
|
font-size: 11px;
|
2013-07-13 10:30:51 -07:00
|
|
|
}
|
|
|
|
|
2013-05-02 05:34:20 -07:00
|
|
|
.graph_wrapper {
|
2015-01-19 05:27:07 -08:00
|
|
|
margin-top: 12px;
|
2013-05-02 05:34:20 -07:00
|
|
|
}
|
|
|
|
|
2013-02-12 04:15:40 -08:00
|
|
|
.graph {
|
2013-04-17 07:49:21 -07:00
|
|
|
position: relative;
|
2013-07-01 05:47:43 -07:00
|
|
|
left: 40px;
|
2013-04-17 07:49:21 -07:00
|
|
|
min-height: 400px;
|
2013-02-12 04:15:40 -08:00
|
|
|
}
|
|
|
|
|
2015-01-14 08:56:03 -08:00
|
|
|
#add_graph {
|
|
|
|
margin-top: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs {
|
2015-01-19 05:27:07 -08:00
|
|
|
margin-top: 10px;
|
2015-01-14 08:56:03 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.nav-tabs > li > a {
|
|
|
|
padding: 5px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-pane {
|
|
|
|
border-left: 1px solid #ddd;
|
|
|
|
border-right: 1px solid #ddd;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2013-07-01 05:47:43 -07:00
|
|
|
.graph svg {
|
|
|
|
border-top: 1px solid #aaa;
|
|
|
|
border-right: 1px solid #aaa;
|
|
|
|
border-bottom: 1px solid #aaa;
|
2013-02-12 04:15:40 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.legend {
|
2013-04-17 07:49:21 -07:00
|
|
|
display: inline-block;
|
|
|
|
vertical-align: top;
|
2017-04-06 08:04:44 -07:00
|
|
|
margin: 0 0 0 60px;
|
2013-07-01 05:47:43 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.graph_area {
|
|
|
|
position: relative;
|
|
|
|
font-family: Arial, Helvetica, sans-serif;
|
2017-04-06 08:04:44 -07:00
|
|
|
margin: 5px 0 5px 20px;
|
2013-07-01 05:47:43 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.y_axis {
|
2017-04-06 08:04:44 -07:00
|
|
|
overflow: visible;
|
2013-07-01 05:47:43 -07:00
|
|
|
position: absolute;
|
|
|
|
top: 1px;
|
|
|
|
bottom: 0;
|
|
|
|
width: 40px;
|
2013-02-12 04:15:40 -08:00
|
|
|
}
|
2013-04-11 09:17:33 -07:00
|
|
|
|
2017-04-06 08:04:44 -07:00
|
|
|
.y_axis svg {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
|
|
|
|
input[title=*]:hover:after {
|
|
|
|
content: attr(title);
|
|
|
|
}
|
2013-04-26 07:50:59 -07:00
|
|
|
|
2013-07-13 10:30:51 -07:00
|
|
|
.config input, .config select {
|
|
|
|
height: 12px;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.config label {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
2013-07-23 17:18:49 -07:00
|
|
|
.console_table {
|
2015-01-14 08:56:03 -08:00
|
|
|
margin: 5px 0px;
|
2013-04-26 07:50:59 -07:00
|
|
|
font-size: 0.8em;
|
|
|
|
}
|
2013-07-13 10:30:51 -07:00
|
|
|
|
|
|
|
select name="insert_metric" {
|
|
|
|
margin-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.datepicker {
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
2013-07-24 03:37:51 -07:00
|
|
|
input[name="end_input"], input[name="range_input"] {
|
2015-01-14 08:56:03 -08:00
|
|
|
margin-left: -1px;
|
|
|
|
margin-right: -1px;
|
2013-07-24 03:37:51 -07:00
|
|
|
}
|
2014-10-30 08:18:05 -07:00
|
|
|
|
|
|
|
.error {
|
2015-01-14 08:56:03 -08:00
|
|
|
padding: 5px;
|
2014-10-30 08:18:05 -07:00
|
|
|
margin: 2px;
|
|
|
|
}
|
2015-01-09 04:55:01 -08:00
|
|
|
|
2015-01-14 08:56:03 -08:00
|
|
|
.btn, .form-control, .nav-tabs > li > a {
|
2015-01-09 04:55:01 -08:00
|
|
|
border-radius: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prometheus_input_group {
|
|
|
|
display: inline-block;
|
2015-01-19 05:15:37 -08:00
|
|
|
margin: 10px 5px;
|
2015-01-09 04:55:01 -08:00
|
|
|
overflow: auto;
|
|
|
|
}
|
|
|
|
|
2015-01-20 07:43:23 -08:00
|
|
|
.prometheus_input_group.range_input {
|
2017-04-06 08:04:44 -07:00
|
|
|
margin-left: 59px;
|
2015-01-20 07:43:23 -08:00
|
|
|
}
|
|
|
|
|
2015-01-14 08:56:03 -08:00
|
|
|
.prometheus_input_group .btn {
|
|
|
|
font-size: 0.8em;
|
2015-01-09 04:55:01 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.prometheus_input_group .input {
|
|
|
|
width: 100px;
|
|
|
|
height: 29px;
|
|
|
|
padding: 6px 12px;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 1.42857143;
|
|
|
|
color: #555;
|
|
|
|
background-color: #fff;
|
|
|
|
background-image: none;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
|
|
|
|
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
|
|
|
|
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
|
|
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prometheus_input_group .date_input {
|
|
|
|
width: 200px;
|
|
|
|
}
|
2015-01-09 05:12:52 -08:00
|
|
|
|
2015-06-12 07:46:22 -07:00
|
|
|
.expression_input {
|
|
|
|
width: 100% !important;
|
|
|
|
margin-bottom: 10px;
|
2015-01-09 05:12:52 -08:00
|
|
|
}
|
|
|
|
|
|
|
|
.expression_select {
|
2015-01-14 08:56:03 -08:00
|
|
|
width: 210px !important;
|
2015-01-19 05:27:07 -08:00
|
|
|
margin-left: 7px;
|
2015-01-09 05:12:52 -08:00
|
|
|
}
|
2015-01-09 05:27:58 -08:00
|
|
|
|
|
|
|
.graph_container .rickshaw_legend {
|
|
|
|
background-color: #222222;
|
|
|
|
border-radius: 0;
|
|
|
|
}
|