Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(617)

Side by Side Diff: milo/appengine/frontend/static/buildbot/css/default.css

Issue 2931773004: Milo: Add machine pool info for buildbot builder view. (Closed)
Patch Set: Review Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 /* Copyright 2015 The LUCI Authors. All rights reserved. 1 /* Copyright 2015 The LUCI Authors. All rights reserved.
2 * Use of this source code is governed under the Apache License, Version 2.0 2 * Use of this source code is governed under the Apache License, Version 2.0
3 * that can be found in the LICENSE file. 3 * that can be found in the LICENSE file.
4 */ 4 */
5 5
6 body.interface { 6 body.interface {
7 margin-left: 30px; 7 margin-left: 30px;
8 margin-right: 30px; 8 margin-right: 30px;
9 margin-top: 20px; 9 margin-top: 20px;
10 margin-bottom: 50px; 10 margin-bottom: 50px;
11 padding: 0; 11 padding: 0;
12 font-family: Verdana, sans-serif; 12 font-family: Verdana, sans-serif;
13 font-size: 10px; 13 font-size: 10px;
14 background-color: #fff; 14 background-color: #fff;
15 color: #333; 15 color: #333;
16 } 16 }
17 17
18 header { 18 header {
19 display: flex; 19 display: flex;
20 justify-content: space-between; 20 justify-content: space-between;
21 } 21 }
22 22
23 footer { 23 footer {
24 clear: both; 24 clear: both;
25 } 25 }
26 26
27 .prelude {
28 float: left;
29 }
30
31 .main {
32 float: left;
33 }
34
35 .epiloge {
36 clear: both;
37 }
38
27 .auth { 39 .auth {
28 position:absolute; 40 position:absolute;
29 top:5px; 41 top:5px;
30 right:40px; 42 right:40px;
31 } 43 }
32 44
33 .alert { 45 .alert {
34 color: #c30000; 46 color: #c30000;
35 background-color: #f2dcdc; 47 background-color: #f2dcdc;
36 padding: 5px 5px 5px 25px; 48 padding: 5px 5px 5px 25px;
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 } 267 }
256 268
257 tr:nth-child(even) { 269 tr:nth-child(even) {
258 background-color: #ddd; 270 background-color: #ddd;
259 } 271 }
260 272
261 li.sublink:nth-child(odd) { 273 li.sublink:nth-child(odd) {
262 background-color: #eee; 274 background-color: #eee;
263 } 275 }
264 276
277 .graph {
278 width: 200px;
279 text-align: left;
280 }
281
282 .bar {
283 display: inline-block;
284 height: 10px;
285 border: 1px solid black;
286 }
287
288 .idle {
289 background-color: #8d4;
290 }
291
292 .busy {
293 background-color: #fd3;
294 }
295
296 .disconnected {
297 background-color: #c6c;
298 }
299
265 .account-picture { 300 .account-picture {
266 border-radius: 6px; 301 border-radius: 6px;
267 width: 25px; 302 width: 25px;
268 height: 25px; 303 height: 25px;
269 vertical-align: middle; 304 vertical-align: middle;
270 } 305 }
271 306
272 .legend { 307 .legend {
273 border-radius: 5px !important; 308 border-radius: 5px !important;
274 -webkit-border-radius: 5px !important; 309 -webkit-border-radius: 5px !important;
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
392 top: 0px; 427 top: 0px;
393 background-color: #FFFFFF; 428 background-color: #FFFFFF;
394 padding: 4px 4px 4px 4px; 429 padding: 4px 4px 4px 4px;
395 float: left; 430 float: left;
396 display: none; 431 display: none;
397 border-width: 1px; 432 border-width: 1px;
398 border-style: solid; 433 border-style: solid;
399 } 434 }
400 435
401 /* LastBuild, BuildStep states */ 436 /* LastBuild, BuildStep states */
402 .status-Success { 437 .success, .status-Success, .status-Idle {
403 color: #000; 438 color: #000;
404 background-color: #8d4; 439 background-color: #8d4;
405 border-color: #4F8530; 440 border-color: #4F8530;
406 } 441 }
407 442
408 .success { 443 .failure, .status-Failure {
409 color: #000;
410 background-color: #8d4;
411 border-color: #4F8530;
412 }
413
414 .status-Failure {
415 color: #000; 444 color: #000;
416 background-color: #e88; 445 background-color: #e88;
417 border-color: #A77272; 446 border-color: #A77272;
418 border-style: solid;
419 }
420
421 .failure {
422 color: #000;
423 background-color: #e88;
424 border-color: #A77272;
425 border-style: solid; 447 border-style: solid;
426 } 448 }
427 449
428 .failure-again { 450 .failure-again {
429 color: #000; 451 color: #000;
430 background-color: #eA9; 452 background-color: #eA9;
431 border-color: #A77272; 453 border-color: #A77272;
432 border-style: solid; 454 border-style: solid;
433 } 455 }
434 456
(...skipping 20 matching lines...) Expand all
455 background-color: #fa3; 477 background-color: #fa3;
456 border-color: #C29D46; 478 border-color: #C29D46;
457 } 479 }
458 480
459 .skipped { 481 .skipped {
460 color: #000; 482 color: #000;
461 background: #AADDEE; 483 background: #AADDEE;
462 border-color: #AADDEE; 484 border-color: #AADDEE;
463 } 485 }
464 486
465 .exception, .retry, .status-Exception { 487 .exception, .retry, .status-Exception, .status-Disconnected {
466 color: #FFFFFF; 488 color: #FFFFFF;
467 background-color: #c6c; 489 background-color: #c6c;
468 border-color: #ACA0B3; 490 border-color: #ACA0B3;
469 } 491 }
470 492
471 .start { 493 .start {
472 color: #000; 494 color: #000;
473 background-color: #ccc; 495 background-color: #ccc;
474 border-color: #ccc; 496 border-color: #ccc;
475 } 497 }
476 498
477 .running, .waiting, td.building, .status-Running { 499 .running, .waiting, td.building, .status-Running, .status-Busy {
478 color: #000; 500 color: #000;
479 background-color: #fd3; 501 background-color: #fd3;
480 border-color: #C5C56D; 502 border-color: #C5C56D;
481 } 503 }
482 504
483 .paused { 505 .paused {
484 color: #FFFFFF; 506 color: #FFFFFF;
485 background-color: #8080FF; 507 background-color: #8080FF;
486 border-color: #dddddd; 508 border-color: #dddddd;
487 } 509 }
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 display: none; 761 display: none;
740 } 762 }
741 763
742 .interesting .verbosity-Hidden { 764 .interesting .verbosity-Hidden {
743 display: none; 765 display: none;
744 } 766 }
745 767
746 .interesting .verbosity-Normal { 768 .interesting .verbosity-Normal {
747 display: none; 769 display: none;
748 } 770 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698