]> git.evergreen-ils.org Git - working/Evergreen.git/commit
TPAC: Remove explicit width on "View my list" button
authorDan Scott <dscott@laurentian.ca>
Sat, 4 Aug 2012 15:24:15 +0000 (11:24 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 8 Aug 2012 01:21:10 +0000 (21:21 -0400)
commiteac313f2f96b2c16a08a308355e495e61e5fb25d
treeca625666a63dc57d0650b6da3117509063cb109b
parent36512c59c729f018f07d7b427baa3a6df3117809
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@laurentian.ca>
Signed-off-by: Ben Shum <bshum@biblio.org>
Open-ILS/src/templates/opac/css/style.css.tt2