Differences From Artifact [74b12a3950]:
- File gc_lang/fr/webext/panel/main.css — part of check-in [8c33d83d25] at 2017-08-27 09:19:46 on branch webext2 — [fx] main panel ui adjustment (user: olr, size: 6048) [annotate] [blame] [check-ins using]
To Artifact [182d8e0b86]:
- File gc_lang/fr/webext/panel/main.css — part of check-in [6524138639] at 2017-08-29 09:49:33 on branch webext2 — [fx] default gc options (user: olr, size: 6221) [annotate] [blame] [check-ins using]
| ︙ | |||
192 193 194 195 196 197 198 199 200 201 202 203 204 205 | 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;
|
| ︙ |