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

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

Issue 2134673003: milo: buildbucket builer view (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: rebased and regenerated expectations Created 4 years, 5 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 440 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 background-color: #fa3; 451 background-color: #fa3;
452 border-color: #C29D46; 452 border-color: #C29D46;
453 } 453 }
454 454
455 .skipped { 455 .skipped {
456 color: #000; 456 color: #000;
457 background: #AADDEE; 457 background: #AADDEE;
458 border-color: #AADDEE; 458 border-color: #AADDEE;
459 } 459 }
460 460
461 .exception,.retry { 461 .exception, .retry, tr:nth-child(even) td.exception {
462 color: #FFFFFF; 462 color: #FFFFFF;
463 background-color: #c6c; 463 background-color: #c6c;
464 border-color: #ACA0B3; 464 border-color: #ACA0B3;
465 } 465 }
466 466
467 .start { 467 .start {
468 color: #000; 468 color: #000;
469 background-color: #ccc; 469 background-color: #ccc;
470 border-color: #ccc; 470 border-color: #ccc;
471 } 471 }
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 display: list-item; 700 display: list-item;
701 } 701 }
702 702
703 form.command_forcebuild .force-any .force-text { 703 form.command_forcebuild .force-any .force-text {
704 display: inline; 704 display: inline;
705 } 705 }
706 706
707 div.step-text:first-child { 707 div.step-text:first-child {
708 display: inline; 708 display: inline;
709 } 709 }
OLDNEW
« no previous file with comments | « appengine/cmd/milo/frontend/milo.go ('k') | appengine/cmd/milo/frontend/templates/bootstrap/pages/builder.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698