| OLD | NEW |
| 1 /* Copyright 2013 The Chromium Authors. All rights reserved. | 1 /* Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 * Use of this source code is governed by a BSD-style license that can be | 2 * Use of this source code is governed by a BSD-style license that can be |
| 3 * found in the LICENSE file. | 3 * found in the LICENSE file. */ |
| 4 */ | |
| 5 | 4 |
| 6 #reset { | 5 #reset { |
| 7 display: flex; | 6 display: flex; |
| 8 flex-flow: column; | 7 flex-flow: column; |
| 9 font-size: 16px; | 8 font-size: 16px; |
| 10 min-height: 423px; | 9 min-height: 423px; |
| 11 padding: 40px 17px 80px; | 10 padding: 40px 17px 80px; |
| 12 text-align: center; | 11 text-align: center; |
| 13 width: 722px; | 12 width: 722px; |
| 14 } | 13 } |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 87 | 86 |
| 88 .restart-required-view #reset-restart-button, | 87 .restart-required-view #reset-restart-button, |
| 89 .powerwash-proposal-view #reset-toconfirm-button, | 88 .powerwash-proposal-view #reset-toconfirm-button, |
| 90 .rollback-proposal-view #reset-toconfirm-button, | 89 .rollback-proposal-view #reset-toconfirm-button, |
| 91 .restart-required-view #reset-cancel-button, | 90 .restart-required-view #reset-cancel-button, |
| 92 .powerwash-proposal-view #reset-cancel-button, | 91 .powerwash-proposal-view #reset-cancel-button, |
| 93 .rollback-proposal-view #reset-cancel-button { | 92 .rollback-proposal-view #reset-cancel-button { |
| 94 display: inline-block; | 93 display: inline-block; |
| 95 } | 94 } |
| 96 | 95 |
| OLD | NEW |