File: prom_console.css

package info (click to toggle)
prometheus 2.42.0%2Bds-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 22,628 kB
  • sloc: javascript: 2,423; yacc: 587; sh: 378; lex: 183; makefile: 179
file content (190 lines) | stat: -rw-r--r-- 3,221 bytes parent folder | download | duplicates (7)
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
.navbar {
  margin-bottom: 20px;
}

div.prom_lhs_menu {
  float: left;
  margin-right: 2ex;
  background: #222;
  min-height: 100%;
  overflow: auto;
  width: auto;
  margin-left: -40px;
  margin-top: 55px;
  height: 100%;
}
.prom_lhs_menu_nav {
  padding-right: 0;
}
.prom_lhs_menu ul {
  list-style: none;
  padding-left: .5ex;
  margin-left: .5ex;
}
.prom_lhs_menu li {
  padding-right: 1ex;
  padding-left: 1ex;
  font-size: 0.9rem;
}
.prom_lhs_menu a,
.prom_lhs_menu li {
  color: #999999;
  display: block;
}
.prom_lhs_menu a {
  text-decoration: none;
  padding-top: 0;
  padding-bottom: 0;
}
.prom_lhs_menu_selected a {
  pointer-events: none;
  cursor: default;
}
li.prom_lhs_menu_selected {
  background: #555555;
  background-clip: padding-box;
}
.prom_lhs_menu li:hover {
  background: #666666;
}

.prom_console_rhs {
  float: right;
  margin-left: 1ex;
  height: 100%;
  padding-top: 55px;
}
.prom_console_rhs table {
  margin-top: 1ex;
  margin-bottom: 32px;  /* Space for time control. */
}
.prom_console_rhs th {
  text-align: center;
}
.prom_console_rhs td:nth-child(2) {
  text-align: right;
}

.prom_console_content {
  overflow: visible;
  margin-bottom: 32px;  /* Space for time control. */
  padding-top: 70px;   /* Space for navbar */
}

a.prom_query_drilldown {
  text-decoration: none;
  color: black;
}
a.prom_query_drilldown:hover, a.prom_query_drilldown:active {
  text-decoration: underline;
}

#samplesGraph {
  width: 100%;
}

.prom_content_div {
  width: 80%;
}

.prom_graph_table {
}
.rickshaw_legend {
 padding: 2px;
 margin-top: 1px;
}
.rickshaw_legend li {
 min-width: 0;
}
.rickshaw_legend ul li {
 list-style-type: none;
 display: inline-block;
}
.rickshaw_graph {
  width: 100%;
  padding: 0;
}
.prom_graph_hover_flipped.x_label {
  right: 0;
}
.prom_graph_hover_flipped.item {
  right: 10px;
}
.rickshaw_graph .detail .prom_graph_hover_flipped.item:before {
  content: "\25b8";
  left: auto;
  right: 1px;
  font-size: 0.8em;
}
.prom_graph_ytitle {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  font-size: 11px;
  font-family: Arial;
  max-width: 13px;
  white-space: nowrap;
}
.prom_graph_xtitle {
  text-align: center;
  font-size: 11px;
  font-family: Arial;
}
.prom_graph_loading {
  position: absolute;
  top: 0px;
  left: 0px;
}
.prom_graph_error {
  font-family: Arial;
  text-align: center;
}
a.prom_graph_link {
  text-decoration: none;
  color: black;
}


.prom_graph_timecontrol {
  background: #222;
  position: fixed;
  padding: 2px;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.prom_graph_timecontrol_inner {
  text-align: center;
  height: 31px;
}

.prom_graph_timecontrol_group {
  display: inline-block;
  margin: 1px 5px;
}
.prom_graph_timecontrol_group .btn {
  font-size: 0.8em;
  border-radius: 0;
  height: 29px;
  border-color: #ccc;
}

.prom_graph_timecontrol_group .input {
  height: 29px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  text-align: center;
}

.prom_graph_timecontrol_group .dropdown-menu {
  min-width: 90px;
}
.prom_graph_timecontrol_group .dropdown-menu li {
  text-align: center;
}