Index: gc_lang/fr/webext/panel/lex_editor.css ================================================================== --- gc_lang/fr/webext/panel/lex_editor.css +++ gc_lang/fr/webext/panel/lex_editor.css @@ -214,18 +214,34 @@ #no_elem_line { display: none; } -#save_button { +.button_block { + margin: 5px 0px; + background-color: hsl(210, 10%, 90%); + border-radius: 5px; + padding: 15px; +} +#save_button, #export_button { display: none; float: right; padding: 2px 20px; background-color: hsl(150, 50%, 50%); color: hsl(150, 0%, 100%); border-radius: 3px; cursor: pointer; +} +#export_button { + display: block; + background-color: hsl(210, 50%, 50%); + color: hsl(210, 0%, 100%); +} + +#build_progress { + display: none; + width: 100%; } th { padding: 5px 20px; border-left: 1px solid hsl(210, 10%, 90%); Index: gc_lang/fr/webext/panel/lex_editor.html ================================================================== --- gc_lang/fr/webext/panel/lex_editor.html +++ gc_lang/fr/webext/panel/lex_editor.html @@ -265,16 +265,34 @@
Aucun élément.