[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 3bee2e65eb4c1d3b297db32df6424a97b8631acd

Evergreen Git git at git.evergreen-ils.org
Tue Aug 7 21:22:01 EDT 2012


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_3 has been updated
       via  3bee2e65eb4c1d3b297db32df6424a97b8631acd (commit)
      from  9e95c136931f4abb499ea2862aed3ee56dc2b758 (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 3bee2e65eb4c1d3b297db32df6424a97b8631acd
Author: Dan Scott <dscott at laurentian.ca>
Date:   Sat Aug 4 11:24:15 2012 -0400

    TPAC: Remove explicit width on "View my list" button
    
    .cached_list_div, which defines the style for the "View my list" button
    on the TPAC button bar once an item has been added to a temporary list,
    is given an explicit width of 111px, which is problematic for a number
    of reasons:
    
    1. If the font-size of the base style is increased, then the text will
       likely wrap.
    2. Translations tend to be longer than English, and indeed in fr-CA
       "Afficher ma liste" ends up wrapping onto a second line, which makes
       the button bar look weird.
    
    Accordingly, remove the explicit "width:111px" from the style definition
    for .cached_list_div.
    
    Signed-off-by: Dan Scott <dscott at laurentian.ca>
    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 07300f8..7aef348 100644
--- a/Open-ILS/src/templates/opac/css/style.css.tt2
+++ b/Open-ILS/src/templates/opac/css/style.css.tt2
@@ -593,7 +593,7 @@ div.format_icon {
     padding-top:6px;
 }
 
-.cached_list_div { width: 111px; height: 25px; }
+.cached_list_div { height: 25px; }
 
 .results_header_div {
     float: left;

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

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


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list