| OLD | NEW |
| 1 /* Copyright 2014 The Chromium Authors. All rights reserved. | 1 /* Copyright 2014 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 #about-container { | 6 #about-container { |
| 7 align-items: center; | 7 align-items: center; |
| 8 display: flex; | 8 display: flex; |
| 9 } | 9 } |
| 10 | 10 |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 145 } | 145 } |
| 146 | 146 |
| 147 .channel-change-error-text { | 147 .channel-change-error-text { |
| 148 -webkit-margin-start: 4px; | 148 -webkit-margin-start: 4px; |
| 149 display: block; | 149 display: block; |
| 150 vertical-align: top; | 150 vertical-align: top; |
| 151 width: 240px; | 151 width: 240px; |
| 152 } | 152 } |
| 153 | 153 |
| 154 #product-label-container { | 154 #product-label-container { |
| 155 border: 1px solid #d9d9d9; | 155 padding-top: 32px; |
| 156 border-radius: 2px; | |
| 157 margin-top: 4px; | |
| 158 padding: 10px; | |
| 159 } | 156 } |
| 160 | 157 |
| 161 #product-label { | 158 #product-label { |
| 162 display: block; | 159 display: block; |
| 163 margin: 0 auto; | |
| 164 width: 330px; | 160 width: 330px; |
| 165 } | 161 } |
| OLD | NEW |