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 #overlay .page:not(.showing) { | 10 #overlay .page:not(.showing) { |
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 | 94 |
95 #more-info-expander { | 95 #more-info-expander { |
96 -webkit-padding-start: 0; | 96 -webkit-padding-start: 0; |
97 } | 97 } |
98 | 98 |
99 #more-info-container.visible { | 99 #more-info-container.visible { |
100 margin-bottom: 1.5em; | 100 margin-bottom: 1.5em; |
101 } | 101 } |
102 | 102 |
103 #more-info-container { | 103 #more-info-container { |
104 -webkit-transition: all 500ms linear; | 104 -webkit-transition: all 200ms; |
105 height: 0; | 105 height: 0; |
106 margin-bottom: 0; | 106 margin-bottom: 0; |
107 overflow: hidden; | 107 overflow: hidden; |
108 } | 108 } |
109 | 109 |
110 #build-date-container.empty { | 110 #build-date-container.empty { |
111 visibility: hidden; | 111 visibility: hidden; |
112 } | 112 } |
113 | 113 |
114 #channel-change-confirmation { | 114 #channel-change-confirmation { |
(...skipping 21 matching lines...) Expand all Loading... |
136 background-size: 22px; | 136 background-size: 22px; |
137 vertical-align: top; | 137 vertical-align: top; |
138 } | 138 } |
139 | 139 |
140 .channel-change-error-text { | 140 .channel-change-error-text { |
141 -webkit-margin-start: 4px; | 141 -webkit-margin-start: 4px; |
142 display: block; | 142 display: block; |
143 vertical-align: top; | 143 vertical-align: top; |
144 width: 240px; | 144 width: 240px; |
145 } | 145 } |
OLD | NEW |