Chromium Code Reviews| 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 681 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 692 } | 692 } |
| 693 | 693 |
| 694 form.command_forcebuild .force-nested > .label { | 694 form.command_forcebuild .force-nested > .label { |
| 695 font-weight: bold; | 695 font-weight: bold; |
| 696 display: list-item; | 696 display: list-item; |
| 697 } | 697 } |
| 698 | 698 |
| 699 form.command_forcebuild .force-any .force-text { | 699 form.command_forcebuild .force-any .force-text { |
| 700 display: inline; | 700 display: inline; |
| 701 } | 701 } |
| 702 | |
| 703 div.step-text:first-child { | |
|
Ryan Tseng
2016/06/23 00:45:35
This feels like a hack ... But oh well, might be b
nodir
2016/06/23 01:04:39
Specifying how stuff should look like in CSS shoul
| |
| 704 display: inline; | |
| 705 } | |
| OLD | NEW |