Differences From Artifact [24cfff49d3]:
- File gc_lang/fr/webext/content_scripts/panel_tf.css — part of check-in [e3a06dd49b] at 2019-05-18 11:47:58 on branch trunk — [fx] tf panel: CSS adjustment (user: olr, size: 8829) [annotate] [blame] [check-ins using]
To Artifact [1dbbad96ad]:
- File gc_lang/fr/webext/content_scripts/panel_tf.css — part of check-in [f52ae37332] at 2019-05-22 06:37:00 on branch trunk — [fx] tf panel: size adjustements (user: olr, size: 8847) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | + |
/*
CSS for the Text Formatter
*/
/*
Options
*/
div#grammalecte_tf_options {
display: flex;
padding: 10px;
}
div.grammalecte_tf_column {
flex-grow: 1;
min-width: 45%;
padding: 0 5px;
}
div.grammalecte_tf_groupblock {
padding: 1px 10px 10px 13px;
margin: 10px 0 15px 0;
background-color: hsl(210, 10%, 92%);
|
| ︙ |