192
193
194
195
196
197
198
199
200
201
202
203
204
205
|
.opt_subsection label {
flex: 1;
font-size: 12px;
}
.opt_subsection input {
order: 1
}
/*
Spell checking options
*/
#sc_options_page {
display: none;
|
>
>
>
>
>
>
>
>
>
|
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
|
.opt_subsection label {
flex: 1;
font-size: 12px;
}
.opt_subsection input {
order: 1
}
#gc_options_page .button {
margin: 20px 30px 0 30px;
padding: 5px 10px;
border-radius: 3px;
font-size: 16px;
text-align: center;
cursor: pointer;
}
/*
Spell checking options
*/
#sc_options_page {
display: none;
|