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

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

Issue 2886353002: Milo: Add an option to hide green steps (Closed)
Patch Set: Retrain Created 3 years, 7 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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after
712 } 712 }
713 713
714 form.command_forcebuild .force-any .force-text { 714 form.command_forcebuild .force-any .force-text {
715 display: inline; 715 display: inline;
716 } 716 }
717 717
718 div.step-text:first-child { 718 div.step-text:first-child {
719 display: inline; 719 display: inline;
720 } 720 }
721 721
722 .hide .verbosity-Hidden { 722 .standard .verbosity-Hidden {
723 display: none; 723 display: none;
724 } 724 }
725
726 .interesting .verbosity-Hidden {
727 display: none;
728 }
729
730 .interesting .verbosity-Normal {
731 display: none;
732 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698