| 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 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 { |
| 11 -webkit-margin-start: 12px; | 11 -webkit-margin-start: 12px; |
| 12 font-size: 100%; | 12 font-size: 100%; |
| 13 font-weight: bold; | 13 font-weight: bold; |
| 14 margin-top: 12px; | 14 margin-top: 12px; |
| 15 } | 15 } |
| 16 | 16 |
| 17 .language-options label { | |
| 18 display: block; | |
| 19 } | |
| 20 | |
| 21 .language-options-contents { | 17 .language-options-contents { |
| 22 -webkit-padding-start: 12px; | 18 -webkit-padding-start: 12px; |
| 23 -webkit-padding-end: 12px; | 19 -webkit-padding-end: 12px; |
| 24 padding-bottom: 10px; | 20 padding-bottom: 10px; |
| 25 } | 21 } |
| 26 | 22 |
| 27 .language-options-header, .language-options-footer { | 23 .language-options-header, .language-options-footer { |
| 28 margin: 10px 0; | 24 margin: 10px 0; |
| 29 } | 25 } |
| 30 | 26 |
| (...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 } | 161 } |
| 166 | 162 |
| 167 #chewing-max-chi-symbol-len { | 163 #chewing-max-chi-symbol-len { |
| 168 width: 100px; | 164 width: 100px; |
| 169 height: 30%; | 165 height: 30%; |
| 170 } | 166 } |
| 171 | 167 |
| 172 #add-language-overlay-page .content-area { | 168 #add-language-overlay-page .content-area { |
| 173 padding-bottom: 10px; | 169 padding-bottom: 10px; |
| 174 } | 170 } |
| OLD | NEW |