OLD | NEW |
1 .language-options { | 1 .language-options { |
2 display: -webkit-box; | 2 display: -webkit-box; |
3 margin: 15px; | 3 margin: 15px; |
4 } | 4 } |
5 | 5 |
6 .language-options button { | 6 .language-options button { |
7 min-width: 70px; | 7 min-width: 70px; |
8 } | 8 } |
9 | 9 |
10 .language-options h3 { | 10 .language-options h3 { |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 } | 160 } |
161 | 161 |
162 #notification .link-color { | 162 #notification .link-color { |
163 color: rgb(0, 102, 204); | 163 color: rgb(0, 102, 204); |
164 } | 164 } |
165 | 165 |
166 #chewing-max-chi-symbol-len { | 166 #chewing-max-chi-symbol-len { |
167 width: 100px; | 167 width: 100px; |
168 height: 30%; | 168 height: 30%; |
169 } | 169 } |
| 170 |
| 171 #add-language-overlay-page .content-area { |
| 172 padding-bottom: 10px; |
| 173 } |
OLD | NEW |