6 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
16 display: inline-block;
20 display: inline-block;
28 display: inline-block;
33 text-decoration: none;
36 border: solid 1px #999;
37 border-radius: 0.3rem;
38 padding: 0.2rem 0.5rem;
41 #header ul.controls li:not(:first-child) .control-button {
43 border-top-left-radius: 0;
44 border-bottom-left-radius: 0;
46 #header ul.controls li:not(:last-child) .control-button {
47 border-top-right-radius: 0;
48 border-bottom-right-radius: 0;
51 .popup .popup-button:after {
60 .popup .popup .popup-button:after {
71 box-shadow: rgba(0, 0, 0, 0.03) 1px 1px 10px 3px;
72 /* box-shadow: rgba(0, 0, 0, 0.03) 1px 1px 0px 0px;*/
76 border: solid 1px #999;
77 border-radius: 0.3rem;
92 text-overflow: ellipsis;
99 padding: 0.2rem 0.5rem;
105 text-decoration: none;
125 .icon-button:hover g {
132 border: 1px solid #999;
133 border-radius: 0.3rem;
135 box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px;
137 border-top-left-radius: 0;
138 border-top-right-radius: 0;
144 display: inline-block;
150 #header ul.controls {
157 text-decoration: none;
167 #header ul.controls {
168 display: inline-block;
172 vertical-align: bottom;
174 margin-right: 2.5rem;
176 #header ul.controls {
179 padding-top: 0.95rem;
184 #header ul.controls > li {
192 border: solid 1px #999;
194 border-radius: 0.3rem;
195 border-bottom-left-radius: 0;
196 border-bottom-right-radius: 0;
201 #navigation li:not(:last-child) a {
202 border-top-right-radius: 0;
203 border-bottom-right-radius: 0;
206 #navigation li:not(:first-child) a {
207 border-top-left-radius: 0;
208 border-bottom-left-radius: 0;
210 #navigation li.active a,
211 #header ul.controls li.active .control-button {
212 border-color: inherit;
216 #navigation li:not(.active) a:hover,
217 #navigation li:not(.active) a:active,
218 #header ul.controls > li:not(.active) > a:hover,
219 #header ul.controls > li:not(.active) > a:active {
220 background-color: rgba(204, 153, 51, 0.1);
229 .start-time-slider label {
233 .start-time-slider input {
234 vertical-align: middle;
238 .start-time-slider .numberOfDays {
239 display: inline-block;
250 -webkit-transform: translateZ(0);
253 animation: spinner-animation 1.6s linear infinite;
254 -webkit-animation: spinner-animation 1.6s linear infinite;
257 .spinner line:nth-child(0) {
258 -webkit-animation-delay: 0.0s;
259 animation-delay: 0.0s;
261 .spinner line:nth-child(1) {
262 -webkit-animation-delay: 0.2s;
263 animation-delay: 0.2s;
265 .spinner line:nth-child(2) {
266 -webkit-animation-delay: 0.4s;
267 animation-delay: 0.4s;
269 .spinner line:nth-child(3) {
270 -webkit-animation-delay: 0.6s;
271 animation-delay: 0.6s;
273 .spinner line:nth-child(4) {
274 -webkit-animation-delay: 0.8s;
275 animation-delay: 0.8s;
277 .spinner line:nth-child(5) {
278 -webkit-animation-delay: 1s;
281 .spinner line:nth-child(6) {
282 -webkit-animation-delay: 1.2s;
283 animation-delay: 1.2s;
285 .spinner line:nth-child(7) {
286 -webkit-animation-delay: 1.4s;
287 animation-delay: 1.4s;
289 .spinner line:nth-child(8) {
290 -webkit-animation-delay: 1.6s;
291 animation-delay: 1.6s;
293 @-webkit-keyframes spinner-animation {
295 50% { opacity: 0.1; }
296 100% { opacity: 0.1; }
301 border-collapse: collapse;
309 border: solid 0px #d9d9d9;
310 padding: 0.2rem 0.5rem;
315 table.dashboard thead th,
316 table.dashboard thead td {
320 table.dashboard thead th:nth-child(odd),
321 table.dashboard tbody td:nth-child(even) {
324 table.dashboard input {
329 margin: 0.5rem 0.3rem;
339 table.dashboard thead th {
343 table.dashboard.readonly thead td,
344 table.dashboard.readonly tbody th {
346 padding: 0.2rem 0.5rem;
349 table.dashboard tbody th {
353 table.dashboard.readonly tbody th .label {
361 vertical-align: middle;
362 -webkit-transform: rotate(-90deg) translate(-50%, 0);
363 -webkit-transform-origin: 0 0;
364 transform: rotate(-90deg) translate(-50%, 0);
365 transform-origin: 0 0;
368 table.dashboard.editMode a {
369 text-decoration: none;
370 vertical-align: middle;
373 table.dashboard.editMode tbody th a {
377 table.dashboard.editMode input {
378 box-shadow: inset 1px 1px 0px rgba(0, 0, 0, 0.05);
379 border: solid 1px #999;
381 border-radius: 0.2rem;
384 table.dashboard tbody td a.reset {
389 table.dashboard.editMode tbody td {
392 table.dashboard tbody td a.reset svg {
396 table.dashboard tbody td .chart {
397 border: solid 1px #ddd;
398 border-radius: 0.5rem;
399 margin: 0.5rem 0.5rem;
402 table.dashboard tbody td .chart,
403 table.dashboard tbody td .failure,
404 table.dashboard tbody td .progress {
405 display: inline-block;
409 vertical-align: center;