Overview
Comment: | [fx] test page layout |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fx |
Files: | files | file ages | folders |
SHA3-256: |
61a0800d1b7860c0dd2879c545d18a36 |
User & Date: | olr on 2019-08-10 17:41:33 |
Other Links: | manifest | tags |
Context
2019-08-11
| ||
08:20 | [fr] ajustements: locutions prépositives check-in: a0ccb8a021 user: olr tags: trunk, fr | |
2019-08-10
| ||
17:41 | [fx] test page layout check-in: 61a0800d1b user: olr tags: trunk, fx | |
16:55 | [fx] autorefresh option check-in: 5539a3d29b user: olr tags: trunk, fx | |
Changes
Modified gc_lang/fr/webext/panel/main.css from [2045c317c1] to [c9cd00a302].
︙ | ︙ | |||
328 329 330 331 332 333 334 | #tests_result { padding: 15px; } #test_page .button { display: inline-block; padding: 5px; | | | 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 | #tests_result { padding: 15px; } #test_page .button { display: inline-block; padding: 5px; width: 140px; border-radius: 3px; font-size: 12px; text-align: center; cursor: pointer; } |
︙ | ︙ |
Modified gc_lang/fr/webext/panel/main.html from [a554c7efb8] to [3ab24a6a79].
︙ | ︙ | |||
152 153 154 155 156 157 158 | </div> </div> </section> <!-- #sc_options_page --> <section id="test_page" class="page"> <div id="test_cmd"> <h1>ZONE DE TEST</h1> | | | | | 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | </div> </div> </section> <!-- #sc_options_page --> <section id="test_page" class="page"> <div id="test_cmd"> <h1>ZONE DE TEST</h1> <p>Section de contrôle pour le développement du logiciel… <b id="link_testpage" class="link" data-url="https://grammalecte.net/test.html">Page de test</b></p> <div id="restart_worker" class="button blue fright">Redémarrer le worker</div> <div id="fulltests_button" class="button blue">Tests complets</div> <textarea id="text_to_test" rows="10"></textarea> <div id="text_to_test_button" class="button green">Analyser</div> </div> <pre id="tests_result"></pre> </section> <!-- #test_page --> <section id="info_page" class="page"> <h1>INFORMATIONS</h1> |
︙ | ︙ |