You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
prometheus/web/static/css/prometheus.css

20 lines
310 B

/* Move down content because we have a fixed navbar that is 50px tall */
body {
padding-top: 50px;
padding-bottom: 20px;
}
th.job_header {
font-size: 20px;
padding-top: 10px;
padding-bottom: 10px;
}
.target_status_alert {
padding: 0 4px 0 4px;
}
.literal_output td {
font-family: monospace;
}