| 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 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 614 } | 614 } |
| 615 | 615 |
| 616 .file { | 616 .file { |
| 617 font-weight: bold; | 617 font-weight: bold; |
| 618 } | 618 } |
| 619 | 619 |
| 620 .result { | 620 .result { |
| 621 padding: 0.3em 1em 0.3em 1em; | 621 padding: 0.3em 1em 0.3em 1em; |
| 622 } | 622 } |
| 623 | 623 |
| 624 .ui-tooltip { |
| 625 white-space: pre-line; |
| 626 font-size: medium; |
| 627 } |
| 628 |
| 624 /* log view */ | 629 /* log view */ |
| 625 .log * { | 630 .log * { |
| 626 vlink: #800080; | 631 vlink: #800080; |
| 627 font-family: "Courier New", courier, monotype, monospace; | 632 font-family: "Courier New", courier, monotype, monospace; |
| 628 font-size: 1.5em; | 633 font-size: 1.5em; |
| 629 } | 634 } |
| 630 | 635 |
| 631 span.stdout { | 636 span.stdout { |
| 632 color: black; | 637 color: black; |
| 633 } | 638 } |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 710 display: inline; | 715 display: inline; |
| 711 } | 716 } |
| 712 | 717 |
| 713 div.step-text:first-child { | 718 div.step-text:first-child { |
| 714 display: inline; | 719 display: inline; |
| 715 } | 720 } |
| 716 | 721 |
| 717 .hide .verbosity-Hidden { | 722 .hide .verbosity-Hidden { |
| 718 display: none; | 723 display: none; |
| 719 } | 724 } |
| OLD | NEW |