From 4d087be8ad23761eade72b2f1e3bbff1cf69b5d6 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 Signed-off-by: Ben Shum --- 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 bd34d0d973..416e573581 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 2b890497fb..8f8a5926f9 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 @@ -
+