Overview
Comment: | [fx] WebExt: minor changes of main UI |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | fx | webext3 |
Files: | files | file ages | folders |
SHA3-256: |
c8cfdeca32318a1c403c8faa4747164d |
User & Date: | olr on 2017-10-11 08:52:20 |
Other Links: | branch diff | manifest | tags |
Context
2017-10-11
| ||
09:10 | [fx] WebExt: store node on which a right click is made check-in: 4808b2cfbd user: olr tags: fx, webext3 | |
08:52 | [fx] WebExt: minor changes of main UI check-in: c8cfdeca32 user: olr tags: fx, webext3 | |
2017-10-10
| ||
14:32 | [fx] WebExt: only one cycle of animation check-in: 377c798a39 user: olr tags: fx, webext3 | |
Changes
Modified gc_lang/fr/webext/panel/main.html from [fac2fe84b3] to [fa3b6b6a69].
︙ | |||
13 14 15 16 17 18 19 | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | - - - + + + | <header id="menu"> <nav> <header id="logo"> <img src="../img/logo-32.png"> </header> <ul> <li class="select" data-page="home_page"><i class="select fa fa-star icon" data-page="home_page"></i></li> |
︙ | |||
47 48 49 50 51 52 53 | 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | - + | <p id="link_othersponsors" class="link center" data-url="http://grammalecte.net/?thanks"> et tous ceux qui l’ont soutenu </p> </div> </section> <!-- #home_page --> <section id="help_page" class="page"> |
︙ |