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 { |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 | 72 |
73 #update-status-icon.working { | 73 #update-status-icon.working { |
74 background-image: url('chrome://resources/images/throbber.svg'); | 74 background-image: url('chrome://resources/images/throbber.svg'); |
75 } | 75 } |
76 | 76 |
77 #update-status-icon.failed { | 77 #update-status-icon.failed { |
78 background-image: url('chrome://theme/IDR_UPDATE_FAIL'); | 78 background-image: url('chrome://theme/IDR_UPDATE_FAIL'); |
79 background-size: 17px; | 79 background-size: 17px; |
80 } | 80 } |
81 | 81 |
82 #update-obsolete-os-container { | |
83 -webkit-margin-start: 25px; | |
84 } | |
85 | |
86 #more-info-expander { | 82 #more-info-expander { |
87 -webkit-padding-start: 0; | 83 -webkit-padding-start: 0; |
88 } | 84 } |
89 | 85 |
90 #more-info-container.visible { | 86 #more-info-container.visible { |
91 margin-bottom: 1.5em; | 87 margin-bottom: 1.5em; |
92 } | 88 } |
93 | 89 |
94 #more-info-container { | 90 #more-info-container { |
95 -webkit-transition: all 500ms linear; | 91 -webkit-transition: all 500ms linear; |
96 height: 0; | 92 height: 0; |
97 margin-bottom: 0; | 93 margin-bottom: 0; |
98 overflow: hidden; | 94 overflow: hidden; |
99 } | 95 } |
100 | 96 |
101 #last-updated-container.empty { | 97 #last-updated-container.empty { |
102 visibility: hidden; | 98 visibility: hidden; |
103 } | 99 } |
OLD | NEW |