prometheus/web/static/css/prometheus.css

20 lines
301 B
CSS
Raw Normal View History

2014-12-25 07:27:35 -08:00
/* Move down content because we have a fixed navbar that is 50px tall */
2013-01-17 14:47:38 -08:00
body {
2014-12-25 07:27:35 -08:00
padding-top: 50px;
padding-bottom: 20px;
2013-01-17 14:47:38 -08:00
}
2013-07-24 03:37:51 -07:00
th.job_header {
font-size: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
2013-07-24 03:37:51 -07:00
.error_text {
padding: 0 4px 0 4px;
}
.literal_output td {
font-family: monospace;
}