Index: gc_lang/fr/tb/content/lex_editor.css ================================================================== --- gc_lang/fr/tb/content/lex_editor.css +++ gc_lang/fr/tb/content/lex_editor.css @@ -1,7 +1,39 @@ /* CSS */ +/* + Dictionary +*/ +.dictionary { + font-size: 18px; + font-weight: bold; + color: hsl(210, 50%, 50%); + width: 220px; +} +.dic_text { + font-size: 18px; + color: hsl(210, 50%, 50%); +} +.dic_saved_date_label { + width: 120px; + text-align: right; +} +.dic_saved_date { + width: 180px; +} +.dic_num_entries { + width: 60px; + text-align: right; +} +.dic_num_entries_label { + width: 100px; +} + + +/* + Add new words +*/ .section { font-size: 16px; font-weight: bold; color: hsl(210, 50%, 50%); } @@ -41,10 +73,11 @@ #generated_words { width: 400px; height: 620px; } + /* Lexicon tab */ @@ -55,7 +88,7 @@ .info_label { width: 120px; } .data { - width: 100px; + width: 90px; } Index: gc_lang/fr/tb/content/lex_editor.xul ================================================================== --- gc_lang/fr/tb/content/lex_editor.xul +++ gc_lang/fr/tb/content/lex_editor.xul @@ -6,22 +6,28 @@ - + +