[open-ils-commits] [GIT] Evergreen ILS branch master updated. 235e56f010d08625c305e59f7df8413139c7c277
Evergreen Git
git at git.evergreen-ils.org
Tue Nov 22 14:35:07 EST 2011
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, master has been updated
via 235e56f010d08625c305e59f7df8413139c7c277 (commit)
from 04d57bca29380bfd648d38c28f5071f64118d293 (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 235e56f010d08625c305e59f7df8413139c7c277
Author: Dan Scott <dscott at laurentian.ca>
Date: Tue Nov 22 13:33:07 2011 -0500
Enable record summary to be scrollable at larger font sizes
The record summary at the top of the cataloguing interfaces appears to
determine its size based on the "normal" font size at load; then, when a
larger font size is applied to the page, the text gets hidden by the
fixed size of the groupbox. Ideally the groupbox would adjust to
accomodate the larger font size, but after trying many different
approaches the best short-term approach seems to be to enable overflow
so that scrollbars can appear when necessary.
Signed-off-by: Dan Scott <dscott at laurentian.ca>
Signed-off-by: Jason Etheridge <jason at esilibrary.com>
diff --git a/Open-ILS/xul/staff_client/server/cat/bib_brief.xul b/Open-ILS/xul/staff_client/server/cat/bib_brief.xul
index 5cbe572..3ce8e8f 100644
--- a/Open-ILS/xul/staff_client/server/cat/bib_brief.xul
+++ b/Open-ILS/xul/staff_client/server/cat/bib_brief.xul
@@ -38,7 +38,7 @@ vim: noet:sw=4:ts=4:
<messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties"/>
<messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties"/>
- <groupbox id="groupbox" flex="1">
+ <groupbox id="groupbox" flex="1" style="overflow: auto;">
<caption id="caption">
<label value="&staff.cat.bib_brief.record_summary;"/>
<label id="add_volumes_left_paren" value="(" hidden="true"/>
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/xul/staff_client/server/cat/bib_brief.xul | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list