| 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 #update { | 5 #update { |
| 7 min-height: 423px; | 6 min-height: 423px; |
| 8 padding: 70px 17px 69px; /* Screen has no controls. */ | 7 padding: 70px 17px 69px; /* Screen has no controls. */ |
| 9 } | 8 } |
| 10 | 9 |
| 11 #update #update-screen-curtain { | 10 #update #update-screen-curtain { |
| 12 -webkit-box-align: start; | 11 -webkit-box-align: start; |
| 13 -webkit-box-pack: center; | 12 -webkit-box-pack: center; |
| 14 } | 13 } |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 #update progress::-webkit-progress-value { | 66 #update progress::-webkit-progress-value { |
| 68 background: #bbb; | 67 background: #bbb; |
| 69 } | 68 } |
| 70 | 69 |
| 71 #update .progress-message { | 70 #update .progress-message { |
| 72 color: #a3a3a3; | 71 color: #a3a3a3; |
| 73 font-size: 13px; | 72 font-size: 13px; |
| 74 margin-top: 4px; | 73 margin-top: 4px; |
| 75 text-align: center; | 74 text-align: center; |
| 76 } | 75 } |
| OLD | NEW |