Differences From Artifact [2b16d91579]:
- File gc_lang/fr/webext/panel/lex_editor.css — part of check-in [4c7933e88b] at 2018-01-26 17:15:00 on branch trunk — [fx] update: lexical editor (user: olr, size: 3879) [annotate] [blame] [check-ins using]
To Artifact [0d1be3ff24]:
- File gc_lang/fr/webext/panel/lex_editor.css — part of check-in [d804292a86] at 2018-01-29 09:54:13 on branch trunk — [fx] lexicon editor: conjugate a verb according to another verb (user: olr, size: 3909) [annotate] [blame] [check-ins using]
︙ | |||
144 145 146 147 148 149 150 151 152 153 154 155 156 157 | 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 | + + + | padding: 10px; background-color: hsl(0, 10%, 90%); color: hsl(0, 10%, 50%); font-size: 14px; border-radius: 3px; } ul { margin-left: 30px; } input[type=text] { display: inline-block; width: 250px; margin-left: 5px; padding: 5px 10px; border: 2px solid hsl(0, 0%, 80%); |
︙ |