mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-10 07:34:04 -08:00
b7e978d255
Signed-off-by: Matthias Loibl <[email protected]>
32 lines
470 B
CSS
32 lines
470 B
CSS
/* Move down content because we have a fixed navbar that is 50px tall with 20px padding */
|
|
body {
|
|
padding-top: 70px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.state_indicator {
|
|
padding: 0 4px 0 4px;
|
|
}
|
|
|
|
.literal_output td {
|
|
font-family: monospace;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.tooltip-inner {
|
|
max-width: none;
|
|
text-align: left;
|
|
}
|
|
|
|
.label {
|
|
white-space: normal;
|
|
}
|
|
|
|
/* The navbar adds horizontal padding already */
|
|
.navbar .container-fluid {
|
|
padding: 0;
|
|
}
|