lp1261791 Adjustment to background color for mobile search links
authorKathy Lussier <klussier@masslnc.org>
Fri, 5 Sep 2014 23:26:22 +0000 (19:26 -0400)
committerBen Shum <bshum@biblio.org>
Wed, 10 Sep 2014 21:01:11 +0000 (17:01 -0400)
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 <klussier@masslnc.org>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/css/style.css.tt2
Open-ILS/src/templates/opac/parts/myopac/base.tt2

index bd34d0d..416e573 100644 (file)
@@ -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;
index 2b89049..8f8a592 100644 (file)
@@ -16,7 +16,7 @@
     </div>
 
      <!-- Added so search available from my account pages -->
-    <div class="mobile_view">
+    <div class="mobile_view" id="mobile_acct_search_links">
       <span class="adv_search_catalog_lbl mobile_search_lbl_clr"><strong>Search:</strong></span>
       <span class="adv_search_catalog_lbl"><a href="[% mkurl(ctx.opac_root _ '/home', {locg => CGI.param('locg')}, 1) %]"
                     id="home_adv_search_link" class="mobile_search_lbl_clr">[%l('Basic')%]</a> &nbsp;</span>