Overview
Comment: | [fr] ajustements sur about_panel |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk | fr |
Files: | files | file ages | folders |
SHA3-256: |
71bdd94ca9471ee41a934a81a94f7f18 |
User & Date: | olr on 2017-04-26 15:21:49 |
Other Links: | manifest | tags |
Context
2017-04-26
| ||
17:14 | fix server check-in: 4176701b46 user: olr tags: trunk, v0.5.16, server | |
15:21 | [fr] ajustements sur about_panel check-in: 71bdd94ca9 user: olr tags: trunk, fr | |
14:38 | update package setup [fr] check-in: 59ce58c752 user: olr tags: trunk, fr | |
Changes
Modified gc_lang/fr/xpi/data/about_panel.css from [0df7e9268c] to [5a951f6db8].
︙ | |||
27 28 29 30 31 32 33 | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | + - - + + + + + | padding: 5px 0; background-color: hsl(210, 5%, 92%); margin-bottom: 10px; color: hsl(0, 0%, 0%); } .key { display: inline-block; |
︙ |
Modified gc_lang/fr/xpi/data/about_panel.html from [c66bde17c1] to [29f0840170].
︙ | |||
18 19 20 21 22 23 24 | 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | - - - + + + | </p> </header> <div id="help_section"> <p data-l10n-id="useContextMenu"></p> <p class="right"><img src="img/contextmenu.png" title="menu contextuel sur zone de texte" /></p> <p><b data-l10n-id="shortcuts"></b></p> |
︙ |
Modified gc_lang/fr/xpi/ui.js from [e0b9ae16c2] to [6d7016d6ae].
︙ | |||
163 164 165 166 167 168 169 | 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 | - + | xMainButton.state("window", {checked: false}); xAboutPanel.port.emit("showHelp"); }, position: { right: 0, bottom: 0 }, |
︙ |