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 |
padding: 5px 0;
background-color: hsl(210, 5%, 92%);
margin-bottom: 10px;
color: hsl(0, 0%, 0%);
}
.key {
| > | | > > > | 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;
width: 170px;
letter-spacing: -0.08em;
}
.goto {
letter-spacing: -0.08em;
}
#links {
margin: 20px 0 10px 0;
}
a.link {
|
| ︙ | ︙ |
Modified gc_lang/fr/xpi/data/about_panel.html from [c66bde17c1] to [29f0840170].
| ︙ | ︙ | |||
18 19 20 21 22 23 24 |
</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>
| | | | | 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>
<p><span class="key" data-l10n-id="keyTF"></span> ❱ <span class="goto" data-l10n-id="keyLabelTF"></span></p>
<p><span class="key" data-l10n-id="keyGC"></span> ❱ <span class="goto" data-l10n-id="keyLabelGC"></span></p>
<p><span class="key" data-l10n-id="keyCJ"></span> ❱ <span class="goto" data-l10n-id="keyLabelCJ"></span></p>
</div>
<div id="grammar_section">
<h1 class="center" data-l10n-id="grammar_options"></h1>
${optionsHTML}
<p class="center" style="margin: 10px 0;"><a id="default_options" href="#" onclick="return false;" data-l10n-id="default_options"></a></p>
</div>
|
| ︙ | ︙ |
Modified gc_lang/fr/xpi/ui.js from [e0b9ae16c2] to [6d7016d6ae].
| ︙ | ︙ | |||
163 164 165 166 167 168 169 |
xMainButton.state("window", {checked: false});
xAboutPanel.port.emit("showHelp");
},
position: {
right: 0,
bottom: 0
},
| | | 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
},
width: 340,
height: 670
});
xAboutPanel.port.emit("calcDefaultPanelHeight");
xAboutPanel.port.on("setHeight", function (n) {
xAboutPanel.resize(320, n);
|
| ︙ | ︙ |