From 32770e5b6700fe04a96c71676ed2789e149e6181 Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Tue, 25 Jul 2017 15:45:21 -0400 Subject: [PATCH] LP#1706415: Address usability issues with bottom-of-page menus Dropdown menus that appear at the bottom of the page in the web client had some usability issues because their contents fell below the screen. This commit adds a little space at the bottom of all web client pages and also makes three bottom-of-the-page menus "drop up" instead of down. The three menus are the stat-cat menus that appear at the bottom of the user registration form, the Z39.50 actions menu, and the create reports template actions menu. Signed-off-by: Kathy Lussier --- Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 | 3 ++- Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 | 2 +- Open-ILS/src/templates/staff/css/style.css.tt2 | 3 +++ Open-ILS/src/templates/staff/reporter/t_edit_template.tt2 | 1 + 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 b/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 index e687c93f04..4ad211d0d7 100644 --- a/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 +++ b/Open-ILS/src/templates/staff/cat/z3950/t_list.tt2 @@ -88,7 +88,8 @@ items-provider="z3950SearchGridProvider" grid-controls="gridControls" persist-key="cat.z3950_results" - dateformat="{{$root.egDateAndTimeFormat}}"> + dateformat="{{$root.egDateAndTimeFormat}}" + class="dropup"> diff --git a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 index 76649b71f7..e17e38a569 100644 --- a/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 +++ b/Open-ILS/src/templates/staff/circ/patron/t_edit.tt2 @@ -860,7 +860,7 @@ within the "form" by name for validation.
-
+