From d8278e3dfd7632f2a7b1165b9c6229297f7844de Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Fri, 4 Oct 2013 11:34:04 -0400 Subject: [PATCH] TPAC: Remove needless divs from results header bar In the current state of the TPAC, these "div"ider elements were completely invisible, yet nobody seemed to miss them. It wasn't altogether clear what the divisions meant anyway, so rather than fix them, let's just trim them out for now. Also, get rid of a useless clearing div while we are at it. I could not detect a valuable display difference in current Chrome, Firefox, or IE9. Signed-off-by: Dan Wells Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/opac/css/style.css.tt2 | 10 +--------- Open-ILS/src/templates/opac/results.tt2 | 4 ---- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 60ae498a9c..03c59bf3f5 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -668,14 +668,6 @@ div.format_icon { .cached_list_div { height: 25px; } -.results_header_div { - float: left; - width: 0px; - border-left: 1px solid [% css_colors.accent_mediumdark %]; - border-right: 1px solid [% css_colors.accent_medium %]; - margin: 0px 13px; -} - .results_header_lbl { font-weight: bold; float: left; @@ -1808,7 +1800,7 @@ a.preflib_change { #myopac_sum_fines { display: none; } - .results_header_div, .results_header_lbl { + .results_header_lbl { display: none; } .results_header_nav1 span.h1 { diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index 520d4299c3..5d54deb1d7 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -38,11 +38,9 @@ [%- END %] [% END %] -
-
-