[hg] galaxy 2529: Use z-index:-1 instead of previous methods
details: http://www.bx.psu.edu/hg/galaxy/rev/5003b7d10ff5 changeset: 2529:5003b7d10ff5 user: Kanwei Li <kanwei@gmail.com> date: Mon Aug 03 17:35:44 2009 -0400 description: Use z-index:-1 instead of previous methods 1 file(s) affected in this change: templates/base_panels.mako diffs (12 lines): diff -r 4ca7f95f854a -r 5003b7d10ff5 templates/base_panels.mako --- a/templates/base_panels.mako Mon Aug 03 17:23:52 2009 -0400 +++ b/templates/base_panels.mako Mon Aug 03 17:35:44 2009 -0400 @@ -125,7 +125,7 @@ </a> </div> - <div style="position: absolute; left: 200px; width: 60%; text-align: center"> + <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