1 new changeset in galaxy-central:
http://bitbucket.org/galaxy/galaxy-central/changeset/7c2dc006b253/ changeset: r5063:7c2dc006b253 user: natefoo date: 2011-02-15 20:14:03 summary: Bug fixes for missing scrollbars on OpenID pages. affected #: 2 files (201 bytes)
--- a/templates/user/openid_associate.mako Tue Feb 15 13:53:16 2011 -0500 +++ b/templates/user/openid_associate.mako Tue Feb 15 14:14:03 2011 -0500 @@ -30,10 +30,11 @@
<%def name="body()">
+ <div style="overflow: auto; height: 100%"> %if context.get('use_panels'): - <div style="margin: 1em;"> + <div class="page-container" style="padding: 10px;"> %else: - <div> + <div class="page-container"> %endif
%if message: @@ -71,5 +72,6 @@ ${render_registration_form( form_action=form_action )}
</div> + </div></%def>
--- a/templates/user/openid_manage.mako Tue Feb 15 13:53:16 2011 -0500 +++ b/templates/user/openid_manage.mako Tue Feb 15 14:14:03 2011 -0500 @@ -11,7 +11,9 @@ </%def><%def name="center_panel()"> - <div style="margin: 1em;"> - ${grid_body( grid )} + <div style="overflow: auto; height: 100%"> + <div class="page-container" style="padding: 10px;"> + ${grid_body( grid )} + </div></div></%def>
Repository URL: https://bitbucket.org/galaxy/galaxy-central/
--
This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
galaxy-commits@lists.galaxyproject.org