From c1b43dde5669114a8995c3c9485a7530dc64bf00 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 2 Jul 2024 00:10:24 -0400 Subject: [PATCH] content/sidebar: add sign-in button --- basewiki/bootstrap.local.css | 32 +++++++++++++++++++++++++------- content/sidebar.fr.mo | Bin 690 -> 932 bytes content/sidebar.fr.po | 12 ++++++++++-- content/sidebar.html | 5 +++++ content/sidebar.pot | 8 +++++++- templates/page.tmpl | 2 +- 6 files changed, 48 insertions(+), 11 deletions(-) diff --git a/basewiki/bootstrap.local.css b/basewiki/bootstrap.local.css index a0b2f5c..3b79167 100644 --- a/basewiki/bootstrap.local.css +++ b/basewiki/bootstrap.local.css @@ -143,6 +143,14 @@ code { padding: 15px 15px; } +.navbar .in { + padding-top: 9px; +} + +.navbar .collapsing { + padding-top: 9px; +} + /* some hacking at typefaces to get some fresh zest in here * fallbacks from: * https://en.wikipedia.org/wiki/List_of_typefaces_included_with_Microsoft_Windows @@ -440,11 +448,14 @@ header h1::before { /* Language switchers */ - .language-switcher { + display: block; background: #f8f8f8; color: #333; border-color: #ccc; + margin-bottom: -4px; + margin-left: -3px; + margin-top: 9px; } .language-switcher:hover { @@ -453,11 +464,18 @@ header h1::before { border-color: #ccc; } -.language-switcher-top { - display: block; - padding-top: 9px; - width: 120px; /* Force size to prevent overflowing breadcrumbs */ - height: 35px; - z-index: 5; +/* Sign-in buttons */ + +.sign-in { + background: #f8f8f8; + color: #333; + border-color: #ccc; + margin-top: 9px; + margin-left: 12px; } +.sign-in:hover { + background: #e6e6e6; + color: #333; + border-color: #ccc; +} diff --git a/content/sidebar.fr.mo b/content/sidebar.fr.mo index 0610744caf417e7e26c3153da882a9a0ba1d3b62..edb5d4e19ae563dcbfc796295cb99c9d52e940a8 100644 GIT binary patch delta 481 zcmb`BJxjw-6oyZ0Ym1_wPGZqZmV(f<8j4Vxf`f~bs7omwl9-yS*Ly>9W0y+*fJ+HZ zt{t46to|2&hO=)!KydcJ!*lN8o{zWuxG?zX9hEbj!wo7b~(^Gj2qRe zlQ12aTqtdFRX#Ra>~cPVHLLUKtg~+FA`k1Z%09s;n;s5{u delta 221 zcmZ3&zKON|o)F7a1|VPqVi_Rz0b*_-t^r~YSOLUZK)e!&`GEKe5OV{fLLhAbq#J=WP^l)6$-uw@CK(u5fizGY z>=>vJ12dE{S&nfRmzl1Sfr62tm7(e6M~pis%QNauHf5IKkBw!Bjt0u00vkar~m)} diff --git a/content/sidebar.fr.po b/content/sidebar.fr.po index 1733e4a..3d944cc 100644 --- a/content/sidebar.fr.po +++ b/content/sidebar.fr.po @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: ilot.io\n" -"POT-Creation-Date: 2024-06-20 21:11-0400\n" -"PO-Revision-Date: 2024-06-20 21:15-0400\n" +"POT-Creation-Date: 2024-07-01 23:50-0400\n" +"PO-Revision-Date: 2024-07-01 23:53-0400\n" "Last-Translator: \n" "Language-Team: dev@ayakael.net\n" "Language: fr\n" @@ -36,3 +36,11 @@ msgstr "[[Aide|https://support.ilot.io/fr/hc/706927618]]" #. type: Content of:
  • msgid "[[Join]]" msgstr "[[Se joindre|join]]" + +#. type: Content of:
    • +msgid "" +"" +msgstr "" +"" diff --git a/content/sidebar.html b/content/sidebar.html index ed5098c..cc008f4 100644 --- a/content/sidebar.html +++ b/content/sidebar.html @@ -5,4 +5,9 @@
    • [[Archives|https://notif.ilot.io/archive]]
    • [[Support|https://support.ilot.io/en/hc/706927618]]
    • [[Join]]
    • +
    • + +
    diff --git a/content/sidebar.pot b/content/sidebar.pot index 6db4522..af36c04 100644 --- a/content/sidebar.pot +++ b/content/sidebar.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 2024-06-20 23:55-0400\n" +"POT-Creation-Date: 2024-07-02 00:09-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -35,3 +35,9 @@ msgstr "" #. type: Content of:
    • msgid "[[Join]]" msgstr "" + +#. type: Content of:
      • +msgid "" +"" +msgstr "" diff --git a/templates/page.tmpl b/templates/page.tmpl index 68fa92b..440538e 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -85,7 +85,7 @@