TPAC: Draw a border under the result header bar
authorDan Scott <dscott@laurentian.ca>
Tue, 24 Sep 2013 05:15:39 +0000 (01:15 -0400)
committerDan Wells <dbw2@calvin.edu>
Wed, 25 Sep 2013 22:45:13 +0000 (18:45 -0400)
Particularly needed in mobile mode, where the background has been set to
inherit, draw a bottom border to separate the result header actions from
the pagination controls.

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Signed-off-by: Dan Wells <dbw2@calvin.edu>
Open-ILS/src/templates/opac/css/style.css.tt2

index 7b070ce..678ede7 100644 (file)
@@ -654,6 +654,7 @@ div.format_icon {
 #results_header_bar {
     background: [% css_colors.accent_medium %];
     border-top:1px solid [% css_colors.accent_mediumdark %];
+    border-bottom:1px solid [% css_colors.accent_mediumdark %];
 }
 
 .cached_list_div { height: 25px; }