From 51915d3ee4d00430d6d93e0625be773cb9a919ac Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Tue, 7 Aug 2012 16:39:37 -0400 Subject: [PATCH] Allow some buttons in Import via Z39.50 to wrap lines Some of our technicians with 4:3 ratio monitors and a reasonable font-size are unable to see the "Import Record" button on the Import via Z39.50 screen, because the buttons in that row are laid out in a single, non-wrapping row, and there is no affordance for scrolling over to the side. Simply changing the containing "hbox" element to a "description" element allows enough of the buttons to overflow to resolve the problem in our experience. Signed-off-by: Dan Scott Signed-off-by: Ben Shum Signed-off-by: Bill Erickson --- Open-ILS/xul/staff_client/server/cat/z3950.xul | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/cat/z3950.xul b/Open-ILS/xul/staff_client/server/cat/z3950.xul index 42fa78d..7c02ef4 100644 --- a/Open-ILS/xul/staff_client/server/cat/z3950.xul +++ b/Open-ILS/xul/staff_client/server/cat/z3950.xul @@ -168,7 +168,7 @@