From: Dan Scott Date: Tue, 24 Sep 2013 05:15:39 +0000 (-0400) Subject: TPAC: Draw a border under the result header bar X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=f89d938f4e9f0cfeebe693b3844c153d2cce405c;p=evergreen%2Fpines.git 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 Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Wells --- 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; }