commit/galaxy-central: kanwei: Fix brand not being clickable
1 new changeset in galaxy-central: http://bitbucket.org/galaxy/galaxy-central/changeset/9dcd437dfc98/ changeset: 9dcd437dfc98 branches: user: kanwei date: 2011-05-27 11:19:16 summary: Fix brand not being clickable affected #: 1 file (15 bytes) --- a/templates/webapps/galaxy/base_panels.mako Fri May 27 11:01:46 2011 +0200 +++ b/templates/webapps/galaxy/base_panels.mako Fri May 27 11:19:16 2011 +0200 @@ -7,9 +7,9 @@ <%def name="masthead()"> ## Tab area, fills entire width - <div style="position: absolute; top: 0; left: 0; width: 100%; text-align: center"> + <div style="position: relative; right: -50%; float: left; text-align: center;"> - <table class="tab-group" border="0" cellspacing="0" style="margin: auto;"> + <table class="tab-group" border="0" cellspacing="0" style="position: relative; right: 50%;"><tr><%def name="tab( id, display, href, target='_parent', visible=True, extra_class='', menu_options=None )"> 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.
participants (1)
-
Bitbucket