File: targets.css

package info (click to toggle)
prometheus 2.7.1%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 4,912 kB
  • sloc: lex: 171; sh: 155; makefile: 78
file content (42 lines) | stat: -rw-r--r-- 574 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
h2.job_header {
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
}

h2.danger a {
    color: rgb(242, 65, 65);
}

div#showTargets .btn {
    border-radius: 0px;
}

.table-container button.targets {
    padding: 0.3em;
    font-size: 0.6em;
    border-radius: 0;
    font-weight: 400;
}

.table-container table {
    width: 100%;
}

.table-container table tr td {
    height: auto;
    word-wrap: break-word;
    word-break: break-all;
}

td.endpoint, td.labels {
    width: 25%;
}

td.state, td.last-scrape {
    width: 10%;
}

td.errors {
    width: 30%;
}