Index: gc_lang/fr/xpi/data/about_panel.css ================================================================== --- gc_lang/fr/xpi/data/about_panel.css +++ gc_lang/fr/xpi/data/about_panel.css @@ -38,11 +38,11 @@ .goto { letter-spacing: -0.08em; } #links { - margin: 20px 0 10px 0; + padding: 6px 0 3px 0; } a.link { color: hsl(210, 30%, 40%); text-decoration: none; @@ -181,11 +181,11 @@ } footer#promo { background-color: hsl(0, 0%, 92%); border-top: 1px solid hsl(0, 0%, 86%); - padding: 20px; + padding: 10px; } footer#thanks { background-color: hsl(0, 0%, 86%); border-top: 1px solid hsl(0, 0%, 80%); Index: gc_lang/fr/xpi/data/about_panel.html ================================================================== --- gc_lang/fr/xpi/data/about_panel.html +++ gc_lang/fr/xpi/data/about_panel.html @@ -65,14 +65,19 @@

+

+

+ + +

Index: gc_lang/fr/xpi/data/about_panel.js ================================================================== --- gc_lang/fr/xpi/data/about_panel.js +++ gc_lang/fr/xpi/data/about_panel.js @@ -56,10 +56,13 @@ self.port.emit('openURL', "http://www.dicollecte.org/grammalecte/"); }); document.getElementById('mainsponsor').addEventListener("click", function (event) { self.port.emit('openURL', "http://www.lamouette.org/"); +}); +document.getElementById('mainsponsor2').addEventListener("click", function (event) { + self.port.emit('openURL', "http://www.algoo.fr/"); }); document.getElementById('othersponsors').addEventListener("click", function (event) { self.port.emit('openURL', "http://www.dicollecte.org/grammalecte/soutiens.php"); }); Index: gc_lang/fr/xpi/ui.js ================================================================== --- gc_lang/fr/xpi/ui.js +++ gc_lang/fr/xpi/ui.js @@ -166,11 +166,11 @@ position: { right: 0, bottom: 0 }, width: 340, - height: 670 + height: 730 }); xAboutPanel.port.emit("calcDefaultPanelHeight"); xAboutPanel.port.on("setHeight", function (n) {