projects
/
working
/
Evergreen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
08794e4
)
JBAS-2216 Increase scollable menu height
author
Bill Erickson
<berickxx@gmail.com>
Thu, 14 Mar 2019 20:30:09 +0000
(16:30 -0400)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 21 Mar 2019 19:51:45 +0000
(15:51 -0400)
Increase all scrollable menus (including grid context/action menus) by
50% to reduce scrolling requirements.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Open-ILS/src/templates/staff/css/style.css.tt2
patch
|
blob
|
history
diff --git
a/Open-ILS/src/templates/staff/css/style.css.tt2
b/Open-ILS/src/templates/staff/css/style.css.tt2
index
351292e
..
63ca06d
100644
(file)
--- a/
Open-ILS/src/templates/staff/css/style.css.tt2
+++ b/
Open-ILS/src/templates/staff/css/style.css.tt2
@@
-546,7
+546,7
@@
table.list tr.selected td { /* deprecated? */
/* scrollable menus for full-size screens */
.scrollable-menu {
height: auto;
- max-height:
2
00px;
+ max-height:
3
00px;
overflow-x: hidden;
}
}