Differences From Artifact [ccbb028287]:
- File gc_lang/fr/webext/content_scripts/panel_lxg.css — part of check-in [a72df99c12] at 2017-10-29 13:14:34 on branch Lexicographe — Gestion du multi drapeau pour chaque locution, et ajout css pour les locutions (user: IllusionPerdu, size: 1826) [annotate] [blame] [check-ins using]
To Artifact [c6d538bdb2]:
- File gc_lang/fr/webext/content_scripts/panel_lxg.css — part of check-in [2ef57e5809] at 2017-10-30 20:50:17 on branch Lexicographe — [fr] lexicographe: analyse des sous-parties des locutions (user: olr, size: 2048) [annotate] [blame] [check-ins using]
︙ | |||
31 32 33 34 35 36 37 38 39 40 41 42 43 44 | 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 | + + + + + + + + + | border-radius: 5px; text-align: center; font-size: 20px; } .grammalecte_lxg_token_block { margin: 4px 0; } .grammalecte_lxg_token_subblock { margin: 2px 0 2px 20px; padding: 5px; border-left: 4px solid hsl(210, 50%, 50%); background-color: hsl(210, 10%, 90%); } .grammalecte_lxg_token_descr { padding: 2px; } .grammalecte_lxg_token { display: inline-block; background-color: hsl(150, 0%, 50%); color: hsl(0, 0%, 96%); padding: 2px 5px; border-radius: 2px; |
︙ |