Chromium Code Reviews| 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 */ | 4 */ |
| 5 | 5 |
| 6 #reset { | 6 #reset { |
| 7 display: flex; | 7 display: flex; |
| 8 flex-flow: column; | 8 flex-flow: column; |
| 9 font-size: 16px; | 9 font-size: 16px; |
| 10 min-height: 423px; | 10 min-height: 423px; |
| (...skipping 17 matching lines...) Expand all Loading... | |
| 28 } | 28 } |
| 29 | 29 |
| 30 #reset #reset-warning-msg, | 30 #reset #reset-warning-msg, |
| 31 #reset #powerwash-warning-msg, | 31 #reset #powerwash-warning-msg, |
| 32 #reset #powerwash-and-rollback-warning-msg { | 32 #reset #powerwash-and-rollback-warning-msg { |
| 33 color: #606060; | 33 color: #606060; |
| 34 font-size: 22px; | 34 font-size: 22px; |
| 35 padding: 5px 45px 30px; | 35 padding: 5px 45px 30px; |
| 36 } | 36 } |
| 37 | 37 |
| 38 .reset-text { | 38 .enable-debugging-text { |
|
xiyuan
2014/10/30 03:52:08
Seems unintentional. revert?
zel
2014/10/31 01:22:26
Done.
| |
| 39 color: #606060; | 39 color: #606060; |
| 40 } | 40 } |
| 41 | 41 |
| 42 #reset #reset-warning-details, | 42 #reset #reset-warning-details, |
| 43 #reset #reset-revert-promise-msg { | 43 #reset #reset-revert-promise-msg { |
| 44 padding: 20px 40px 0; | 44 padding: 20px 40px 0; |
| 45 } | 45 } |
| 46 | 46 |
| 47 #reset #reset-warning-restart { | 47 #reset #reset-warning-restart { |
| 48 padding: 30px 40px 0; | 48 padding: 30px 40px 0; |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 87 | 87 |
| 88 .restart-required-view #reset-restart-button, | 88 .restart-required-view #reset-restart-button, |
| 89 .powerwash-proposal-view #reset-toconfirm-button, | 89 .powerwash-proposal-view #reset-toconfirm-button, |
| 90 .rollback-proposal-view #reset-toconfirm-button, | 90 .rollback-proposal-view #reset-toconfirm-button, |
| 91 .restart-required-view #reset-cancel-button, | 91 .restart-required-view #reset-cancel-button, |
| 92 .powerwash-proposal-view #reset-cancel-button, | 92 .powerwash-proposal-view #reset-cancel-button, |
| 93 .rollback-proposal-view #reset-cancel-button { | 93 .rollback-proposal-view #reset-cancel-button { |
| 94 display: inline-block; | 94 display: inline-block; |
| 95 } | 95 } |
| 96 | 96 |
| OLD | NEW |