From b9d1564fc2542c886173bd9240f52a5fa26d5566 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Wed, 5 Sep 2018 14:13:25 +0000 Subject: [PATCH] Bug 21317: Format long lists under Koha Team tab as columns This patch adds a couple of new CSS classes for formatting content in columns: .columns-3 and .columns-4. The four-column class is applied to the dev team and contributing companies lists on the about page. The patch also modifies the style of H3 on this page to improve readability. Unrelated: "Nelsonville Public Library" corrected to "Athens County Public Libraries." To test, apply the patch and regenerate staff client CSS (https://wiki.koha-community.org/wiki/Working_with_SCSS_in_the_OPAC_and_staff_client). View the various tabs on the about page and confirm that everything looks good. Confirm that the dev team and contributing companies lists are formatted as columns. Signed-off-by: Martin Renvoize Signed-off-by: Jonathan Druart --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 16 ++++++++++++++++ koha-tmpl/intranet-tmpl/prog/en/modules/about.tt | 8 ++++---- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss index af6bc019a6..1074910e9a 100644 --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ b/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -4101,6 +4101,22 @@ span { } } +.about h2 { + border-bottom: 1px solid #B9D8D9; + padding: .5em .2em; + margin: .5em 0; +} + +.columns-3 { + columns: 3 auto; + column-gap: 2.5em; +} + +.columns-4 { + columns: 4 auto; + column-gap: 2em; +} + // ==== MODULE LINKS - End ==== #catalog-search-link { diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt index 49d521043f..fbb718248a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/about.tt @@ -447,7 +447,7 @@

Koha development team

-
    +
    • Jacek Ablewicz
    • Md. Aftabuddin
    • Jon Aker
    • @@ -808,8 +808,8 @@
    • Jen Zajac
    • Kenza Zaki
    -

    Contributing companies and institutions

    -
      +

      Contributing companies and institutions

      +
      • BibLibre, France
      • Bibliotheksservice-Zentrum Baden-Württemberg (BSZ), Germany
      • ByWater Solutions, USA
      • @@ -822,7 +822,7 @@
      • KohaAloha, New Zealand
      • LibLime, USA
      • Libriotech, Norway
      • -
      • Nelsonville Public Library, Ohio, USA
      • +
      • Athens County Public Libraries, Ohio, USA
      • Prosentient Systems, Australia
      • PTFS, Maryland, USA
      • PTFS Europe Ltd, United Kingdom
      • -- 2.11.0