From 84c167342cdf70580d6c260fb001e43b5f21ea5b Mon Sep 17 00:00:00 2001 From: Terran McCanna Date: Tue, 1 Sep 2020 14:06:15 -0400 Subject: [PATCH] Quipu Customizations Move library card application link to top menu instead of bottom menu, cleaned up a lot of whitespace issues and old commented out text, added CSS controls for parts of the Quipu form. Signed-off-by: Terran McCanna --- Open-ILS/src/templates/opac/css/style.css.tt2 | 17 ++++++ Open-ILS/src/templates/opac/parts/footer.tt2 | 52 +++++++----------- Open-ILS/src/templates/opac/parts/topnav_links.tt2 | 62 +++++++++++----------- 3 files changed, 65 insertions(+), 66 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 378b92275e..7335307a38 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -3587,6 +3587,9 @@ label[for*=expert_] height: 160px; border: 1px solid #999; } +.carousel-entry-title a { + color: [% css_colors.link %]; +} .carousel .glide__arrow { color: [% css_colors.button_text %]; font-weight: bold !important; @@ -3625,6 +3628,20 @@ label[for*=expert_] color: #00593d; } +/* QUIPU CUSTOMIZATIONS */ +.radioClass { + text-decoration: none; + color: #000; + padding-right: 10px; +} + +.eCARDPreferredNameDivClass { + padding: 10px; + font-size: .9em; +} + + + @media only screen and (max-width: 1200px) { .carousel { margin-left:430px; diff --git a/Open-ILS/src/templates/opac/parts/footer.tt2 b/Open-ILS/src/templates/opac/parts/footer.tt2 index 3235605b09..2957545f58 100644 --- a/Open-ILS/src/templates/opac/parts/footer.tt2 +++ b/Open-ILS/src/templates/opac/parts/footer.tt2 @@ -2,39 +2,23 @@ diff --git a/Open-ILS/src/templates/opac/parts/topnav_links.tt2 b/Open-ILS/src/templates/opac/parts/topnav_links.tt2 index 5dca27e0aa..52bc570a66 100644 --- a/Open-ILS/src/templates/opac/parts/topnav_links.tt2 +++ b/Open-ILS/src/templates/opac/parts/topnav_links.tt2 @@ -1,38 +1,36 @@
- -- 2.11.0