| 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 701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 712 } | 712 } |
| 713 | 713 |
| 714 form.command_forcebuild .force-any .force-text { | 714 form.command_forcebuild .force-any .force-text { |
| 715 display: inline; | 715 display: inline; |
| 716 } | 716 } |
| 717 | 717 |
| 718 div.step-text:first-child { | 718 div.step-text:first-child { |
| 719 display: inline; | 719 display: inline; |
| 720 } | 720 } |
| 721 | 721 |
| 722 .hide .verbosity-Hidden { | 722 .standard .verbosity-Hidden { |
| 723 display: none; | 723 display: none; |
| 724 } | 724 } |
| 725 |
| 726 .interesting .verbosity-Hidden { |
| 727 display: none; |
| 728 } |
| 729 |
| 730 .interesting .verbosity-Normal { |
| 731 display: none; |
| 732 } |
| OLD | NEW |