Differences From Artifact [4adfee4314]:
- File gc_lang/fr/webext/content_scripts/panel_conj.css — part of check-in [ee9dfb8d91] at 2019-05-07 15:43:00 on branch trunk — [fx] gc panel: add bundled conjugation tool (user: olr, size: 2077) [annotate] [blame] [check-ins using]
To Artifact [eca306ed4b]:
- File gc_lang/fr/webext/content_scripts/panel_conj.css — part of check-in [8058c7ee7c] at 2019-05-07 20:04:34 on branch trunk — [fx] gc panel: ajustements (user: olr, size: 2098) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
div.grammalecte_conj_container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
}
div.grammalecte_conj_column {
width: 50%;
padding: 0 10px;
font-size: 12px;
}
| > | 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
div.grammalecte_conj_container {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
justify-content: center;
align-items: flex-start;
padding: 0 10px;
}
div.grammalecte_conj_column {
width: 50%;
padding: 0 10px;
font-size: 12px;
}
|
| ︙ | ︙ |