OLD | NEW |
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 /* Copyright (c) 2012 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 body { | 6 body { |
7 -webkit-user-select: text; | 7 -webkit-user-select: text; |
8 } | 8 } |
9 | 9 |
10 #about-container { | 10 #about-container { |
11 -webkit-box-align: center; | 11 -webkit-box-align: center; |
12 display: -webkit-box; | 12 display: -webkit-box; |
13 margin-top: 10px; | 13 margin-top: 10px; |
14 } | 14 } |
15 | 15 |
16 #help-product-logo { | |
17 /* TODO: Remove once http://crbug.com/135179 is fixed */ | |
18 content: url('chrome://theme/IDR_PRODUCT_LOGO_32'); | |
19 } | |
20 | |
21 #product-description { | 16 #product-description { |
22 -webkit-margin-start: 10px; | 17 -webkit-margin-start: 10px; |
23 } | 18 } |
24 | 19 |
25 #version-container { | 20 #version-container { |
26 margin-top: 30px; | 21 margin-top: 30px; |
27 } | 22 } |
28 | 23 |
29 #update-buttons-container { | 24 #update-buttons-container { |
30 margin-top: 5px; | 25 margin-top: 5px; |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 #more-info-container { | 94 #more-info-container { |
100 -webkit-transition: all 500ms linear; | 95 -webkit-transition: all 500ms linear; |
101 height: 0; | 96 height: 0; |
102 margin-bottom: 0; | 97 margin-bottom: 0; |
103 overflow: hidden; | 98 overflow: hidden; |
104 } | 99 } |
105 | 100 |
106 #last-updated-container.empty { | 101 #last-updated-container.empty { |
107 visibility: hidden; | 102 visibility: hidden; |
108 } | 103 } |
OLD | NEW |