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

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

Issue 2078603002: milo: fix running steps (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@milo-pending
Patch Set: milo: fix running steps Created 4 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;
(...skipping 412 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 background-color: #e88; 423 background-color: #e88;
424 border-color: #A77272; 424 border-color: #A77272;
425 } 425 }
426 426
427 .failure-again { 427 .failure-again {
428 color: #000; 428 color: #000;
429 background-color: #eA9; 429 background-color: #eA9;
430 border-color: #A77272; 430 border-color: #A77272;
431 } 431 }
432 432
433 .status-Running {
434 color: #000;
435 background-color: #fd3;
estaab 2016/06/16 20:13:45 #fff6c6 as per buildbot?
Ryan Tseng 2016/06/16 20:22:37 old (our version) buildbot uses fff6c6, new(er) ve
436 border-color: #C5C56D;
437 }
438
433 .status-Warnings { 439 .status-Warnings {
434 color: #FFFFFF; 440 color: #FFFFFF;
435 background-color: #fa3; 441 background-color: #fa3;
436 border-color: #C29D46; 442 border-color: #C29D46;
437 } 443 }
438 444
439 .status-InfraFailure { 445 .status-InfraFailure {
440 color: #FFFFFF; 446 color: #FFFFFF;
441 background-color: #c6c; 447 background-color: #c6c;
442 border-color: #ACA0B3; 448 border-color: #ACA0B3;
(...skipping 16 matching lines...) Expand all
459 background-color: #c6c; 465 background-color: #c6c;
460 border-color: #ACA0B3; 466 border-color: #ACA0B3;
461 } 467 }
462 468
463 .start { 469 .start {
464 color: #000; 470 color: #000;
465 background-color: #ccc; 471 background-color: #ccc;
466 border-color: #ccc; 472 border-color: #ccc;
467 } 473 }
468 474
469 .running,.waiting,td.building { 475 .running,.waiting,td.building {
Ryan Tseng 2016/06/16 20:21:13 Just use this
nodir 2016/06/16 21:08:04 Done.
470 color: #000; 476 color: #000;
471 background-color: #fd3; 477 background-color: #fd3;
472 border-color: #C5C56D; 478 border-color: #C5C56D;
473 } 479 }
474 480
475 .paused { 481 .paused {
476 color: #FFFFFF; 482 color: #FFFFFF;
477 background-color: #8080FF; 483 background-color: #8080FF;
478 border-color: #dddddd; 484 border-color: #dddddd;
479 } 485 }
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 } 698 }
693 699
694 form.command_forcebuild .force-nested > .label { 700 form.command_forcebuild .force-nested > .label {
695 font-weight: bold; 701 font-weight: bold;
696 display: list-item; 702 display: list-item;
697 } 703 }
698 704
699 form.command_forcebuild .force-any .force-text { 705 form.command_forcebuild .force-any .force-text {
700 display: inline; 706 display: inline;
701 } 707 }
OLDNEW
« no previous file with comments | « no previous file | appengine/cmd/milo/logdog/logDogStream.go » ('j') | appengine/cmd/milo/swarming/build.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698