CSS tweak collab/phasefx/results_header_bar
authorJason Etheridge <jason@esilibrary.com>
Thu, 1 May 2014 06:29:12 +0000 (02:29 -0400)
committerJason Etheridge <jason@esilibrary.com>
Thu, 1 May 2014 06:29:12 +0000 (02:29 -0400)
results_header_bar is a classname and not an element id in results.tt2

Signed-off-by: Jason Etheridge <jason@esilibrary.com>
Open-ILS/src/templates/opac/css/style.css.tt2

index 85367aa..fa9f13e 100644 (file)
@@ -651,7 +651,7 @@ div.format_icon {
     float: none;
 }
 
-#results_header_bar {
+.results_header_bar {
     background: [% css_colors.accent_medium %];
     border-top:1px solid [% css_colors.accent_mediumdark %];
     border-bottom:1px solid [% css_colors.accent_mediumdark %];