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

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

Issue 2271483002: Milo: Add a login url (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Retrain Created 4 years, 3 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 background-color: #e88; 264 background-color: #e88;
265 border-color: #A77272; 265 border-color: #A77272;
266 border-style: solid; 266 border-style: solid;
267 } 267 }
268 tr:nth-child(even) td.status-Warning{ 268 tr:nth-child(even) td.status-Warning{
269 color: #FFFFFF; 269 color: #FFFFFF;
270 background-color: #fa3; 270 background-color: #fa3;
271 border-color: #C29D46; 271 border-color: #C29D46;
272 } 272 }
273 273
274 .account-picture {
275 border-radius: 6px;
276 width: 25px;
277 height: 25px;
278 vertical-align: middle;
279 }
280
274 .legend { 281 .legend {
275 border-radius: 5px !important; 282 border-radius: 5px !important;
276 -webkit-border-radius: 5px !important; 283 -webkit-border-radius: 5px !important;
277 -moz-border-radius: 5px !important; 284 -moz-border-radius: 5px !important;
278 width: 100px; 285 width: 100px;
279 max-width: 100px; 286 max-width: 100px;
280 text-align: center; 287 text-align: center;
281 padding: 2px 2px 2px 2px; 288 padding: 2px 2px 2px 2px;
282 height: 14px; 289 height: 14px;
283 white-space: nowrap; 290 white-space: nowrap;
(...skipping 420 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 display: inline; 711 display: inline;
705 } 712 }
706 713
707 div.step-text:first-child { 714 div.step-text:first-child {
708 display: inline; 715 display: inline;
709 } 716 }
710 717
711 .verbosity-Hidden.default { 718 .verbosity-Hidden.default {
712 display: none; 719 display: none;
713 } 720 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698