From 97217755bc6e6277c18f309a947559199e232d74 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 c4caf53d39..fc193e7472 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 f14ff694bd..c9fd6c058d 100644 --- a/Open-ILS/src/templates/opac/parts/result/table.tt2 +++ b/Open-ILS/src/templates/opac/parts/result/table.tt2 @@ -116,7 +116,7 @@ [% l('Book cover') %]
-- 2.11.0