[open-ils-commits] [GIT] Evergreen ILS branch master updated. 04bc8b3d3331c2671ef438e77d3e9ee9b4a41e19
Evergreen Git
git at git.evergreen-ils.org
Mon May 20 14:09:29 EDT 2019
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 04bc8b3d3331c2671ef438e77d3e9ee9b4a41e19 (commit)
from c652a39c5a0addea37021bb262c7f2beb557df87 (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 04bc8b3d3331c2671ef438e77d3e9ee9b4a41e19
Author: Remington Steed <rjs7 at calvin.edu>
Date: Fri Apr 12 09:18:35 2019 -0400
LP#1669120: Make scrollable dropdown height match column picker
To make scrollable dropdowns more usable, let's make them the same
height as the grid column picker dropdown. This is a quick, simple
improvement, and it follows precident with a frequently used feature
(column picker, which has no known complaints).
Signed-off-by: Remington Steed <rjs7 at calvin.edu>
Signed-off-by: Bill Erickson <berickxx at gmail.com>
diff --git a/Open-ILS/src/templates/staff/css/style.css.tt2 b/Open-ILS/src/templates/staff/css/style.css.tt2
index 4647ab3aa6..d1b449999b 100644
--- a/Open-ILS/src/templates/staff/css/style.css.tt2
+++ b/Open-ILS/src/templates/staff/css/style.css.tt2
@@ -542,7 +542,7 @@ table.list tr.selected td { /* deprecated? */
/* scrollable menus for full-size screens */
.scrollable-menu {
height: auto;
- max-height: 200px;
+ max-height: 400px;
overflow-x: hidden;
}
}
-----------------------------------------------------------------------
Summary of changes:
Open-ILS/src/templates/staff/css/style.css.tt2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Evergreen ILS
More information about the open-ils-commits
mailing list