OLD | NEW |
1 .language-options { | 1 .language-options { |
2 display: -webkit-box; | 2 display: -webkit-box; |
3 margin: 10px 0; | 3 margin: 10px 0; |
4 } | 4 } |
5 | 5 |
6 .language-options-lower-left button, | 6 .language-options-lower-left button, |
7 .language-options-right button { | 7 .language-options-right button { |
8 min-width: 70px; | 8 min-width: 70px; |
9 } | 9 } |
10 | 10 |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
73 width: 95%; | 73 width: 95%; |
74 -webkit-margin-start: 10px; | 74 -webkit-margin-start: 10px; |
75 } | 75 } |
76 | 76 |
77 #language-options-input-method-list label { | 77 #language-options-input-method-list label { |
78 margin: 4px 0; | 78 margin: 4px 0; |
79 } | 79 } |
80 | 80 |
81 #language-options-list { | 81 #language-options-list { |
82 -webkit-box-flex: 1; | 82 -webkit-box-flex: 1; |
| 83 outline: none; |
83 padding: 1px 0 0; | 84 padding: 1px 0 0; |
84 width: 100%; | 85 width: 100%; |
85 } | 86 } |
86 | 87 |
87 #language-options-list .language-name { | 88 #language-options-list .language-name { |
88 -webkit-box-flex: 1; | 89 -webkit-box-flex: 1; |
89 overflow: hidden; | 90 overflow: hidden; |
90 text-overflow: ellipsis; | 91 text-overflow: ellipsis; |
91 white-space: nowrap; | 92 white-space: nowrap; |
92 } | 93 } |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
195 } | 196 } |
196 | 197 |
197 #chewing-max-chi-symbol-len { | 198 #chewing-max-chi-symbol-len { |
198 width: 100px; | 199 width: 100px; |
199 height: 30%; | 200 height: 30%; |
200 } | 201 } |
201 | 202 |
202 #add-language-overlay-page .content-area { | 203 #add-language-overlay-page .content-area { |
203 padding-bottom: 10px; | 204 padding-bottom: 10px; |
204 } | 205 } |
OLD | NEW |