From 511a3b9abf5b7c691b06f1210dbe1421df4a6fe2 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 24 Sep 2013 01:15:39 -0400 Subject: [PATCH] TPAC: Draw a border under the result header bar 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 --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 + 1 file changed, 1 insertion(+) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 7b070ce81f..678ede7159 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -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; } -- 2.11.0