Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | [fx] test panel: CSS adjustments |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: | 987a57cf6773772da7fb2e9e77c50382 |
User & Date: | olr 2019-08-11 11:04:20 |
Context
2019-08-11
| ||
15:51 | [fr] mise à jour du dictionnaire: v6.4.2 check-in: e1e62de9cb user: olr tags: fr, trunk, v1.3 | |
11:04 | [fx] test panel: CSS adjustments check-in: 987a57cf67 user: olr tags: fx, trunk | |
08:44 | [fr] ajustements check-in: 7d899ac572 user: olr tags: fr, trunk | |
Changes
Changes to gc_lang/fr/webext/panel/main.css.
326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 |
}
#tests_result {
padding: 15px;
}
#test_page .button {
display: inline-block;
padding: 5px;
width: 140px;
border-radius: 3px;
font-size: 12px;
text-align: center;
cursor: pointer;
}
|
> | < |
326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 |
} #tests_result { padding: 15px; } #test_page .button { margin: 2px; display: inline-block; padding: 5px 10px; border-radius: 3px; font-size: 12px; text-align: center; cursor: pointer; } |