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 11 matching lines...) Expand all Loading... |
22 font-weight: bold; | 22 font-weight: bold; |
23 margin-bottom: 12px; | 23 margin-bottom: 12px; |
24 margin-top: 12px; | 24 margin-top: 12px; |
25 } | 25 } |
26 | 26 |
27 .language-options-contents { | 27 .language-options-contents { |
28 min-height: 28px; | 28 min-height: 28px; |
29 padding: 0 12px 4px; | 29 padding: 0 12px 4px; |
30 } | 30 } |
31 | 31 |
32 .language-options-contents > span:not(.input-method-label) { | 32 .language-options-contents > |
| 33 span:not(.input-method-label):not(.controlled-setting-indicator) { |
33 display: inline-block; | 34 display: inline-block; |
34 margin: 1px; | 35 margin: 1px; |
35 padding: 0.42em 10px; | 36 padding: 0.42em 10px; |
36 } | 37 } |
37 | 38 |
38 .language-options-header, | 39 .language-options-header, |
39 .language-options-footer { | 40 .language-options-footer { |
40 line-height: 1.2em; | 41 line-height: 1.2em; |
41 margin: 10px 0; | 42 margin: 10px 0; |
42 } | 43 } |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
186 } | 187 } |
187 | 188 |
188 /* 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. */ |
189 #add-language-overlay-language-list { | 190 #add-language-overlay-language-list { |
190 width: -webkit-calc(100% - 4px); | 191 width: -webkit-calc(100% - 4px); |
191 } | 192 } |
192 | 193 |
193 .standalone-link-button { | 194 .standalone-link-button { |
194 padding: 0; | 195 padding: 0; |
195 } | 196 } |
OLD | NEW |