From ab7adc0443bf6dcceca54cdb55dc77685f2e5b02 Mon Sep 17 00:00:00 2001 From: McCanna Date: Tue, 7 Nov 2017 11:58:48 -0500 Subject: [PATCH] OPAC Customization: Search Results Page Add space around covers and adjust colors of filter bar. Signed-off-by: McCanna --- Open-ILS/src/templates/opac/css/style.css.tt2 | 4 ++-- Open-ILS/src/templates/opac/parts/result/table.tt2 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 47f309b2db..acd23571bb 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -978,8 +978,8 @@ div.format_icon { color: [% css_colors.text %]; /* this border is not visible, but it keeps these labels the same size as the buttons */ - border: 1px solid [% css_colors.accent_light %]; - background-color: [% css_colors.accent_light %]; + border: 1px solid [% css_colors.accent_medium %]; + background-color: [% css_colors.accent_medium %]; margin: 0.5em 0.3em; padding: 0.3em; } diff --git a/Open-ILS/src/templates/opac/parts/result/table.tt2 b/Open-ILS/src/templates/opac/parts/result/table.tt2 index 919d956a27..a62268fa65 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -115,7 +115,7 @@ [% l('Book cover') %]
-- 2.11.0