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

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: address comments 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 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
459 background-color: #c6c; 459 background-color: #c6c;
460 border-color: #ACA0B3; 460 border-color: #ACA0B3;
461 } 461 }
462 462
463 .start { 463 .start {
464 color: #000; 464 color: #000;
465 background-color: #ccc; 465 background-color: #ccc;
466 border-color: #ccc; 466 border-color: #ccc;
467 } 467 }
468 468
469 .running,.waiting,td.building { 469 .running, .waiting, td.building, .status-Running {
470 color: #000; 470 color: #000;
471 background-color: #fd3; 471 background-color: #fd3;
472 border-color: #C5C56D; 472 border-color: #C5C56D;
473 } 473 }
474 474
475 .paused { 475 .paused {
476 color: #FFFFFF; 476 color: #FFFFFF;
477 background-color: #8080FF; 477 background-color: #8080FF;
478 border-color: #dddddd; 478 border-color: #dddddd;
479 } 479 }
(...skipping 212 matching lines...) Expand 10 before | Expand all | Expand 10 after
692 } 692 }
693 693
694 form.command_forcebuild .force-nested > .label { 694 form.command_forcebuild .force-nested > .label {
695 font-weight: bold; 695 font-weight: bold;
696 display: list-item; 696 display: list-item;
697 } 697 }
698 698
699 form.command_forcebuild .force-any .force-text { 699 form.command_forcebuild .force-any .force-text {
700 display: inline; 700 display: inline;
701 } 701 }
OLDNEW
« no previous file with comments | « no previous file | appengine/cmd/milo/logdog/logDogStream.go » ('j') | client/logdog/annotee/processor.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698