prometheus/web/static/css/prometheus.css

72 lines
1.0 KiB
CSS
Raw Normal View History

2013-01-17 22:47:38 +00:00
body {
font-family: Arial, sans-serif;
2013-01-17 22:47:38 +00:00
font-size: 14px;
line-height: 20px;
color: #333;
background-color: #f2f2f2;
margin: 0px;
padding: 40px 0 0 0;
2013-01-17 22:47:38 +00:00
}
.error_text {
background-color: #f2dede;
border: 1px solid #c0a0a0;
padding: 0 2px 0 2px;
2013-01-17 22:47:38 +00:00
}
h2 {
margin-left: 8px;
}
.grouping_box {
2013-01-17 22:47:38 +00:00
position: relative;
padding: 0 5px 0 5px;
2013-01-17 22:47:38 +00:00
background-color: #fff;
border: 1px solid #ccc;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 0 8px 2px 8px;
2013-01-17 22:47:38 +00:00
}
.grouping_box .head, .eval_stats {
display: inline-block;
vertical-align: top;
}
.grouping_box .head .opts {
float: right;
}
2013-04-25 10:11:21 +00:00
table tbody th {
text-align: left;
}
input {
margin: 0;
border: 1px solid gray;
}
select {
z-index: 10;
}
input[name=end_input], input[name=range_input] {
margin-left: -4px;
margin-right: -4px;
}
/*
* This reduces the spacing between the bootstrap navbar and the content below.
*/
div.navbar {
margin-bottom: 2px;
}
.literal_output td {
font-family: monospace;
}