From 5224271050599f5588d913a474713d4b1f772ffe Mon Sep 17 00:00:00 2001 From: Dan Wells Date: Mon, 28 Oct 2013 11:23:08 -0400 Subject: [PATCH] TPAC: Remove fixed height from 'View My List' button The TPAC button styles have been largely consolidated, but this little outlier got missed. It doesn't do anything of noticeable value in recent browsers, and in fact hurts the display by causing the "Sort by" widget to "hang" when resizing the window to certain intermediate sizes. Remove it. Signed-off-by: Dan Wells --- Open-ILS/src/templates/opac/css/style.css.tt2 | 2 -- Open-ILS/src/templates/opac/results.tt2 | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index a617803609..c18b51f6a7 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -648,8 +648,6 @@ div.format_icon { border-bottom:1px solid [% css_colors.accent_mediumdark %]; } -.cached_list_div { height: 25px; } - .results_header_lbl { font-weight: bold; float: left; diff --git a/Open-ILS/src/templates/opac/results.tt2 b/Open-ILS/src/templates/opac/results.tt2 index 5d54deb1d7..24010f9dfa 100644 --- a/Open-ILS/src/templates/opac/results.tt2 +++ b/Open-ILS/src/templates/opac/results.tt2 @@ -30,7 +30,7 @@ [% IF ctx.mylist.size %] -
+
[%- IF ctx.user; %] [% l('View My List') %] [%- ELSE %] -- 2.11.0