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 #languagePage .content-area { | 5 #languagePage .content-area { |
6 width: 660px; | 6 width: 660px; |
7 } | 7 } |
8 | 8 |
9 .language-options { | 9 .language-options { |
10 display: -webkit-box; | 10 display: -webkit-box; |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
183 } | 183 } |
184 | 184 |
185 #add-language-overlay-page .content-area { | 185 #add-language-overlay-page .content-area { |
186 padding-bottom: 10px; | 186 padding-bottom: 10px; |
187 } | 187 } |
188 | 188 |
189 /* TODO(hshi): Remove this temporary hack once the bug is fixed in Chrome. */ | 189 /* TODO(hshi): Remove this temporary hack once the bug is fixed in Chrome. */ |
190 #add-language-overlay-language-list { | 190 #add-language-overlay-language-list { |
191 width: -webkit-calc(100% - 4px); | 191 width: -webkit-calc(100% - 4px); |
192 } | 192 } |
193 | |
194 .standalone-link-button { | |
195 padding: 0; | |
196 } | |
OLD | NEW |