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

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

Issue 2196453002: Milo: Console view prototype (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Reviews Created 4 years, 4 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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
247 td.Alt { 247 td.Alt {
248 background-color: #ddd; 248 background-color: #ddd;
249 } 249 }
250 250
251 tr:nth-child(even){ 251 tr:nth-child(even){
252 background-color: #f6f6f6; 252 background-color: #f6f6f6;
253 } 253 }
254 tr:nth-child(even) td{ 254 tr:nth-child(even) td{
255 background-color: #ddd; 255 background-color: #ddd;
256 } 256 }
257 tr:nth-child(even) td.success{ 257 tr:nth-child(even) td.status-Success{
258 color: #000; 258 color: #000;
259 background-color: #8d4; 259 background-color: #8d4;
260 border-color: #4F8530; 260 border-color: #4F8530;
261 } 261 }
262 tr:nth-child(even) td.failure{ 262 tr:nth-child(even) td.status-Failure{
263 color: #000; 263 color: #000;
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.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 .legend { 274 .legend {
275 border-radius: 5px !important; 275 border-radius: 5px !important;
276 -webkit-border-radius: 5px !important; 276 -webkit-border-radius: 5px !important;
277 -moz-border-radius: 5px !important; 277 -moz-border-radius: 5px !important;
278 width: 100px; 278 width: 100px;
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
451 background-color: #fa3; 451 background-color: #fa3;
452 border-color: #C29D46; 452 border-color: #C29D46;
453 } 453 }
454 454
455 .skipped { 455 .skipped {
456 color: #000; 456 color: #000;
457 background: #AADDEE; 457 background: #AADDEE;
458 border-color: #AADDEE; 458 border-color: #AADDEE;
459 } 459 }
460 460
461 .exception, .retry, tr:nth-child(even) td.exception { 461 .exception, .retry, tr:nth-child(even) td.status-Exception {
462 color: #FFFFFF; 462 color: #FFFFFF;
463 background-color: #c6c; 463 background-color: #c6c;
464 border-color: #ACA0B3; 464 border-color: #ACA0B3;
465 } 465 }
466 466
467 .start { 467 .start {
468 color: #000; 468 color: #000;
469 background-color: #ccc; 469 background-color: #ccc;
470 border-color: #ccc; 470 border-color: #ccc;
471 } 471 }
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
704 display: inline; 704 display: inline;
705 } 705 }
706 706
707 div.step-text:first-child { 707 div.step-text:first-child {
708 display: inline; 708 display: inline;
709 } 709 }
710 710
711 .verbosity-Hidden.default { 711 .verbosity-Hidden.default {
712 display: none; 712 display: none;
713 } 713 }
OLDNEW
« no previous file with comments | « appengine/cmd/milo/frontend/milo.go ('k') | appengine/cmd/milo/frontend/templates/buildbot/pages/console.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698