[hg] galaxy 3290: Fix margins and scrolling on grid pages that u...
details: http://www.bx.psu.edu/hg/galaxy/rev/75052c65e483 changeset: 3290:75052c65e483 user: James Taylor <james@jamestaylor.org> date: Wed Jan 27 17:46:14 2010 -0500 description: Fix margins and scrolling on grid pages that use panels diffstat: templates/panels.mako | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diffs (17 lines): diff -r 41a77e993641 -r 75052c65e483 templates/panels.mako --- a/templates/panels.mako Wed Jan 27 16:58:12 2010 -0500 +++ b/templates/panels.mako Wed Jan 27 17:46:14 2010 -0500 @@ -10,7 +10,11 @@ </%def> <%def name="center_panel()"> - - ${grid} + + <div style="overflow: auto; height: 100%;"> + <div style="padding: 10px"> + ${grid} + </div> + </div> </%def>
participants (1)
-
Greg Von Kuster