[open-ils-commits] ***SPAM*** [GIT] Evergreen ILS branch rel_2_5 updated. b52e340ac3407558ebecace2334fb75dc9aaadea

Evergreen Git git at git.evergreen-ils.org
Fri Nov 8 17:21:42 EST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_5 has been updated
       via  b52e340ac3407558ebecace2334fb75dc9aaadea (commit)
      from  c19d61170e270bc1edfdfa24cfbbca8f6711c541 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b52e340ac3407558ebecace2334fb75dc9aaadea
Author: Dan Wells <dbw2 at calvin.edu>
Date:   Mon Oct 28 11:23:08 2013 -0400

    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 <dbw2 at calvin.edu>
    Signed-off-by: Ben Shum <bshum at biblio.org>

diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2
index af24fd5..c41a9b2 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 5d54deb..24010f9 100644
--- a/Open-ILS/src/templates/opac/results.tt2
+++ b/Open-ILS/src/templates/opac/results.tt2
@@ -30,7 +30,7 @@
                 <div id="refine_hits" class="results_header_btns result_block_visible"><a onclick="getFacety();">[% l('Refine these results') %]</a></div>
                 <div id="return_to_hits" class="results_header_btns"><a onclick="getResulty();">[% l('Back to results') %]</a></div>
                 [% IF ctx.mylist.size %]
-                <div class="results_header_btns cached_list_div">
+                <div class="results_header_btns">
                     [%- IF ctx.user; %]
                     <a href="[% mkurl(ctx.opac_root _ '/myopac/lists') %]">[% l('View My List') %]</a>
                     [%- ELSE %]

-----------------------------------------------------------------------

Summary of changes:
 Open-ILS/src/templates/opac/css/style.css.tt2 |    2 --
 Open-ILS/src/templates/opac/results.tt2       |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list