From 4ac7d63bc8b096122caa3e41bd8a6e2905617bf4 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Fri, 5 Sep 2014 19:26:22 -0400 Subject: [PATCH] lp1261791 Adjustment to background color for mobile search links Adding an id for the div surrounding mobile search links so that the background color matches the color of the rest of the header. Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/opac/css/style.css.tt2 | 4 ++++ Open-ILS/src/templates/opac/parts/myopac/base.tt2 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index dbacc7c881..28aa31c5d5 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -358,6 +358,10 @@ for now until a better color is picked - if needed. display: none; } +#mobile_acct_search_links { + background: [% css_colors.primary_fade %]; +} + .rdetail_header { padding: 5px 7px 6px 0px; margin-left: 1em; diff --git a/Open-ILS/src/templates/opac/parts/myopac/base.tt2 b/Open-ILS/src/templates/opac/parts/myopac/base.tt2 index 966f61f04e..15c48d33f5 100644 --- a/Open-ILS/src/templates/opac/parts/myopac/base.tt2 +++ b/Open-ILS/src/templates/opac/parts/myopac/base.tt2 @@ -16,7 +16,7 @@ -
+