prometheus/web/static/css/prometheus.css
Johannes 'fish' Ziemke 07c76747f0 Clean up of graph UI's form.
- Removed unnecessary spaces and labels.
- Aligned elements for cleaner look.
2013-03-26 14:16:23 +01:00

62 lines
1,014 B
CSS

body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 14px;
line-height: 20px;
color: #333333;
background-color: #eee;
margin: 0px;
padding: 0px;
}
input:not([type=submit]):not([type=file]):not([type=button]) {
border: 1px solid #aaa;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.grouping_box {
position: relative;
padding: 5px;
margin: 2px;
background-color: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.grouping_box .head, .eval_stats {
display: inline-block;
vertical-align: top;
}
.grouping_box .head .opts {
float: right;
}
.graph {
min-height: 400px;
overflow-x: hidden;
}
div.legend {
display: block;
overflow: scroll;
}
input {
margin: 0;
border: 1px solid black;
}
select {
z-index: 10;
width: 150px;
}
input[name=end_input], input[name=range_input] {
margin-left: -4px;
margin-right: -4px;
}