From 4120328c803473394abbd3af735b238f634bf7ee 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 Signed-off-by: Ben Shum --- 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 af24fd5814..c41a9b27f1 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -652,8 +652,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.43.2