| 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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 table.info td { | 581 table.info td { |
| 582 padding: 0.1em 1em 0.1em 1em; | 582 padding: 0.1em 1em 0.1em 1em; |
| 583 text-align: center; | 583 text-align: center; |
| 584 } | 584 } |
| 585 | 585 |
| 586 table.info th { | 586 table.info th { |
| 587 padding: 0.2em 1.5em 0.2em 1.5em; | 587 padding: 0.2em 1.5em 0.2em 1.5em; |
| 588 text-align: center; | 588 text-align: center; |
| 589 } | 589 } |
| 590 | 590 |
| 591 table.info td.left { | 591 table.info .left { |
| 592 text-align: left | 592 text-align: left |
| 593 } | 593 } |
| 594 | 594 |
| 595 table.info td .reason { | 595 table.info td .reason { |
| 596 display:block; | 596 display:block; |
| 597 font-weight: bold; | 597 font-weight: bold; |
| 598 } | 598 } |
| 599 | 599 |
| 600 .alt { | 600 .alt { |
| 601 background-color: #f6f6f6; | 601 background-color: #f6f6f6; |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 698 display: inline; | 698 display: inline; |
| 699 } | 699 } |
| 700 | 700 |
| 701 div.step-text:first-child { | 701 div.step-text:first-child { |
| 702 display: inline; | 702 display: inline; |
| 703 } | 703 } |
| 704 | 704 |
| 705 .hide .verbosity-Hidden { | 705 .hide .verbosity-Hidden { |
| 706 display: none; | 706 display: none; |
| 707 } | 707 } |
| OLD | NEW |