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

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

Issue 2086353004: milo: put line breaks between step text strings (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: milo: put line breaks between step text strings 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 681 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 }
702
703 div.step-text:first-child {
Ryan Tseng 2016/06/23 00:45:35 This feels like a hack ... But oh well, might be b
nodir 2016/06/23 01:04:39 Specifying how stuff should look like in CSS shoul
704 display: inline;
705 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698