[hg] galaxy 2545: Fixed masthead disappearing in older firefox
details: http://www.bx.psu.edu/hg/galaxy/rev/2489f9da0d29 changeset: 2545:2489f9da0d29 user: Kanwei Li <kanwei@gmail.com> date: Thu Aug 06 15:19:02 2009 -0400 description: Fixed masthead disappearing in older firefox 1 file(s) affected in this change: templates/base_panels.mako diffs (21 lines): diff -r 73ac2b7cad26 -r 2489f9da0d29 templates/base_panels.mako --- a/templates/base_panels.mako Thu Aug 06 14:43:51 2009 -0400 +++ b/templates/base_panels.mako Thu Aug 06 15:19:02 2009 -0400 @@ -115,6 +115,8 @@ ## Masthead <%def name="masthead()"> + <div style="position: absolute; left: 0px; width: 100%; text-align: center"> + <div class="title" style="float: left;"> <a href="/"> <img border="0" src="${h.url_for('/static/images/galaxyIcon_noText.png')}" style="width: 26px; vertical-align: top;"> @@ -124,8 +126,6 @@ %endif </a> </div> - - <div style="z-index: -1; position: absolute; left: 0px; width: 100%; text-align: center"> <table class="tab-group" border="0" cellspacing="0" style="margin: auto;"> <tr>
participants (1)
-
Greg Von Kuster