details:
http://www.bx.psu.edu/hg/galaxy/rev/210e048e7ec7
changeset: 2772:210e048e7ec7
user: Kanwei Li <kanwei(a)gmail.com>
date: Fri Sep 25 00:39:29 2009 -0400
description:
Style fixes
2 file(s) affected in this change:
static/june_2007_style/panel_layout.css.tmpl
templates/root/index.mako
diffs (25 lines):
diff -r aff67d57fd38 -r 210e048e7ec7 static/june_2007_style/panel_layout.css.tmpl
--- a/static/june_2007_style/panel_layout.css.tmpl Thu Sep 24 21:17:32 2009 -0400
+++ b/static/june_2007_style/panel_layout.css.tmpl Fri Sep 25 00:39:29 2009 -0400
@@ -233,7 +233,8 @@
position:absolute;
top:0;
left:0;
- width:100%;
+ width:100%;
+ min-width:900px;
height:32px;
background: ${masthead_bg};
color:#fff;
diff -r aff67d57fd38 -r 210e048e7ec7 templates/root/index.mako
--- a/templates/root/index.mako Thu Sep 24 21:17:32 2009 -0400
+++ b/templates/root/index.mako Fri Sep 25 00:39:29 2009 -0400
@@ -96,7 +96,7 @@
<div class="unified-panel-header" unselectable="on">
<div class="unified-panel-header-inner">
<div style="float: right">
- <a id="history-options-button"
class='panel-header-button' href="${h.url_for( controller='root',
action='history_options' )}" target="galaxy_main"><span
style="padding:0 20px 0 5px;background:url(/images/dropdownarrow.png) no-repeat right
center;">${_('Options')}</span></a>
+ <a id="history-options-button"
class='panel-header-button' href="${h.url_for( controller='root',
action='history_options' )}" target="galaxy_main"><span
style="padding:0 20px 0 5px;background:url(${h.url_for(
'/images/dropdownarrow.png')}) no-repeat right
center;">${_('Options')}</span></a>
</div>
<div
class="panel-header-text">${_('History')}</div>
</div>