Differences From Artifact [d621de3251]:
- File gc_lang/fr/tb/content/about.css — part of check-in [2fd7dc4dd5] at 2017-04-25 11:51:19 on branch trunk — commit 1 (user: olr, size: 353) [annotate] [blame] [check-ins using]
To Artifact [0c03b7bf9e]:
- File gc_lang/fr/mailext/content/about.css — part of check-in [a9234a6ef3] at 2019-09-02 13:13:27 on branch tbme — [tb] adaptation to new API (draft) (user: olr, size: 718) [annotate] [blame] [check-ins using] [more...]
- File gc_lang/fr/tb/content/about.css — part of check-in [8705474045] at 2018-04-11 13:18:59 on branch tbnext — [tb] fix dialogheaders (user: olr, size: 718) [annotate] [blame] [check-ins using]
︙ | |||
21 22 23 24 25 26 27 | 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | + + + + + + + + + + + + + + + + + + + | #contrib { font-size: 16px; text-align: center; color: hsl(210, 50%, 50%); cursor: pointer; } /* TB Next: fix dialogheaders */ dialogheader { -moz-binding: url("chrome://messenger/content/generalBindings.xml#dialogheader"); margin: 0 5px 5px; border: 1px solid ThreeDDarkShadow; padding: 5px 8px; background-color: Highlight; color: HighlightText; } .dialogheader-title { margin: 0 !important; font-size: larger; font-weight: bold; } |