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

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: 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 583 matching lines...) Expand 10 before | Expand all | Expand 10 after
594 594
595 table.info td .reason { 595 table.info td .reason {
596 display:block; 596 display:block;
597 font-weight: bold; 597 font-weight: bold;
598 } 598 }
599 599
600 .alt { 600 .alt {
601 background-color: #f6f6f6; 601 background-color: #f6f6f6;
602 } 602 }
603 603
604 ul.alternating li:nth-child(even) {
605 background-color: #ddd;
606 }
607
604 li { 608 li {
605 padding: 0.1em 1em 0.1em 1em; 609 padding: 0.1em 1em 0.1em 1em;
606 } 610 }
607 611
608 .result { 612 .result {
609 padding: 0.3em 1em 0.3em 1em; 613 padding: 0.3em 1em 0.3em 1em;
610 } 614 }
611 615
612 /* log view */ 616 /* log view */
613 .log * { 617 .log * {
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
698 display: inline; 702 display: inline;
699 } 703 }
700 704
701 div.step-text:first-child { 705 div.step-text:first-child {
702 display: inline; 706 display: inline;
703 } 707 }
704 708
705 .hide .verbosity-Hidden { 709 .hide .verbosity-Hidden {
706 display: none; 710 display: none;
707 } 711 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698