Index: gc_lang/fr/mailext/content/conjugueur.xul ================================================================== --- gc_lang/fr/mailext/content/conjugueur.xul +++ gc_lang/fr/mailext/content/conjugueur.xul @@ -10,11 +10,11 @@ width="580" buttons="extra1" buttonlabelextra1="Conjuguer" ondialogextra1="oConj.getVerbAndConjugate();" defaultButton="extra1" - onload="" + onload="document.getElementById('grammalecte-conjugueur-window').centerWindowOnScreen();" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> Index: gc_lang/fr/mailext/content/gc_options.css ================================================================== --- gc_lang/fr/mailext/content/gc_options.css +++ gc_lang/fr/mailext/content/gc_options.css @@ -4,23 +4,15 @@ font-size: 16px; font-weight: bold; color: hsl(210, 50%, 50%); } -/* - TB Next: fix dialogheaders -*/ -dialogheader { - -moz-binding: url("chrome://messenger/content/generalBindings.xml#dialogheader"); - margin: 0 5px 5px; - border: 1px solid ThreeDDarkShadow; +.dialogheader-title { + margin: 5px; padding: 5px 8px; - background-color: Highlight; - color: HighlightText; -} - -.dialogheader-title { - margin: 0 !important; + border: 1px solid hsl(210, 50%, 80%); + background-color: hsl(210, 50%, 50%); + color: hsl(210, 10%, 90%); font-size: larger; font-weight: bold; } Index: gc_lang/fr/mailext/content/gc_options.xul ================================================================== --- gc_lang/fr/mailext/content/gc_options.xul +++ gc_lang/fr/mailext/content/gc_options.xul @@ -17,12 +17,12 @@ width="400" onload="document.getElementById('grammalecte-gcoptions-window').centerWindowOnScreen();" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - - + +
&dialogheader.label;
${sXULTabs} Index: gc_lang/fr/mailext/content/lex_editor.css ================================================================== --- gc_lang/fr/mailext/content/lex_editor.css +++ gc_lang/fr/mailext/content/lex_editor.css @@ -1,10 +1,20 @@ /* CSS */ button { font-weight: bold; } + +.dialogheader-title { + margin: 5px; + padding: 5px 8px; + border: 1px solid hsl(210, 50%, 80%); + background-color: hsl(210, 50%, 50%); + color: hsl(210, 10%, 90%); + font-size: larger; + font-weight: bold; +} /* Dictionary */ .dictionary { Index: gc_lang/fr/mailext/content/lex_editor.xul ================================================================== --- gc_lang/fr/mailext/content/lex_editor.xul +++ gc_lang/fr/mailext/content/lex_editor.xul @@ -43,11 +43,11 @@ - +
&dialogheader.newword.label;
@@ -138,11 +138,11 @@
- +
&dialogheader.generated_words.label;
- +
&dialogheader.lexicon.label;
- +
&dialogheader.search.similar.label;