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

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

Issue 2823413002: Milo buildbot: Add in the rest of the blame/commits information. (Closed)
Patch Set: Review Created 3 years, 8 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 574 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 585
586 table.info th { 586 table.info th {
587 padding: 0.2em 1.5em 0.2em 1.5em; 587 padding: 0.2em 1.5em 0.2em 1.5em;
588 text-align: center; 588 text-align: center;
589 } 589 }
590 590
591 table.info .left { 591 table.info .left {
592 text-align: left 592 text-align: left
593 } 593 }
594 594
595 td.value {
596 font-weight: bold;
597 }
598
595 table.info td .reason { 599 table.info td .reason {
596 display:block; 600 display:block;
597 font-weight: bold; 601 font-weight: bold;
598 } 602 }
599 603
600 .alt { 604 .alt {
601 background-color: #f6f6f6; 605 background-color: #f6f6f6;
602 } 606 }
603 607
608 ul.alternating li:nth-child(even) {
609 background-color: #ddd;
610 }
611
604 li { 612 li {
605 padding: 0.1em 1em 0.1em 1em; 613 padding: 0.1em 1em 0.1em 1em;
606 } 614 }
607 615
616 .file {
617 font-weight: bold;
618 }
619
608 .result { 620 .result {
609 padding: 0.3em 1em 0.3em 1em; 621 padding: 0.3em 1em 0.3em 1em;
610 } 622 }
611 623
612 /* log view */ 624 /* log view */
613 .log * { 625 .log * {
614 vlink: #800080; 626 vlink: #800080;
615 font-family: "Courier New", courier, monotype, monospace; 627 font-family: "Courier New", courier, monotype, monospace;
616 font-size: 1.5em; 628 font-size: 1.5em;
617 } 629 }
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 display: inline; 710 display: inline;
699 } 711 }
700 712
701 div.step-text:first-child { 713 div.step-text:first-child {
702 display: inline; 714 display: inline;
703 } 715 }
704 716
705 .hide .verbosity-Hidden { 717 .hide .verbosity-Hidden {
706 display: none; 718 display: none;
707 } 719 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698