| OLD | NEW |
| 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 464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 background-color: #fd3; | 475 background-color: #fd3; |
| 476 border-color: #C5C56D; | 476 border-color: #C5C56D; |
| 477 } | 477 } |
| 478 | 478 |
| 479 .paused { | 479 .paused { |
| 480 color: #FFFFFF; | 480 color: #FFFFFF; |
| 481 background-color: #8080FF; | 481 background-color: #8080FF; |
| 482 border-color: #dddddd; | 482 border-color: #dddddd; |
| 483 } | 483 } |
| 484 | 484 |
| 485 .offline,td.offline { | 485 .offline,td.offline,.pending{ |
| 486 color: #FFFFFF; | 486 color: #FFFFFF; |
| 487 background-color: #777777; | 487 background-color: #777777; |
| 488 border-color: #dddddd; | 488 border-color: #dddddd; |
| 489 } | 489 } |
| 490 | 490 |
| 491 | 491 |
| 492 .start { | 492 .start { |
| 493 border-bottom-left-radius: 10px; | 493 border-bottom-left-radius: 10px; |
| 494 -webkit-border-bottom-left-radius: 10px; | 494 -webkit-border-bottom-left-radius: 10px; |
| 495 -moz-border-radius-bottomleft: 10px; | 495 -moz-border-radius-bottomleft: 10px; |
| (...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 700 display: list-item; | 700 display: list-item; |
| 701 } | 701 } |
| 702 | 702 |
| 703 form.command_forcebuild .force-any .force-text { | 703 form.command_forcebuild .force-any .force-text { |
| 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 } |
| OLD | NEW |