From: Dan Wells Date: Mon, 28 Oct 2013 15:23:08 +0000 (-0400) Subject: TPAC: Remove fixed height from 'View My List' button X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fuser%2Fdbwells%2Fremove_list_button_fixed_height;p=working%2FEvergreen.git 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 --- 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 %]