details: http://www.bx.psu.edu/hg/galaxy/rev/80735c6b6932 changeset: 2770:80735c6b6932 user: Kanwei Li <kanwei@gmail.com> date: Thu Sep 24 19:58:35 2009 -0400 description: Easier to see "new workflow" link in small window sizes. Proper dropdown arrow. Fixes #149 5 file(s) affected in this change: static/images/dropdownarrow.png static/june_2007_style/blue/panel_layout.css templates/base_panels.mako templates/root/index.mako templates/workflow/list.mako diffs (57 lines): diff -r 40f8f713cbd8 -r 80735c6b6932 static/images/dropdownarrow.png Binary file static/images/dropdownarrow.png has changed diff -r 40f8f713cbd8 -r 80735c6b6932 static/june_2007_style/blue/panel_layout.css --- a/static/june_2007_style/blue/panel_layout.css Thu Sep 24 19:00:44 2009 -0400 +++ b/static/june_2007_style/blue/panel_layout.css Thu Sep 24 19:58:35 2009 -0400 @@ -36,7 +36,7 @@ .panel-warning-message{background-image:url(warn_small.png);background-color:#FFFFCC;} .panel-done-message{background-image:url(done_small.png);background-color:#CCFFCC;} .panel-info-message{background-image:url(info_small.png);background-color:#CCCCFF;} -#masthead{position:absolute;top:0;left:0;width:100%;height:32px;background:#2C3143;color:#fff;border-bottom:solid #444 1px;z-index:15000;padding:0;} +#masthead{position:absolute;top:0;left:0;width:100%;min-width:900px;height:32px;background:#2C3143;color:#fff;border-bottom:solid #444 1px;z-index:15000;padding:0;} #masthead a{color:#eeeeee;text-decoration:none;} #masthead .title{padding:3px 10px;font-size:175%;font-weight:bold;} #masthead a:hover{text-decoration:underline;} diff -r 40f8f713cbd8 -r 80735c6b6932 templates/base_panels.mako --- a/templates/base_panels.mako Thu Sep 24 19:00:44 2009 -0400 +++ b/templates/base_panels.mako Thu Sep 24 19:58:35 2009 -0400 @@ -282,7 +282,7 @@ </head> <body scroll="no" class="${self.body_class}"> - <div id="everything" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-width: 960px;"> + <div id="everything" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; min-width: 600px;"> ## Background displays first <div id="background"></div> ## Layer iframes over backgrounds diff -r 40f8f713cbd8 -r 80735c6b6932 templates/root/index.mako --- a/templates/root/index.mako Thu Sep 24 19:00:44 2009 -0400 +++ b/templates/root/index.mako Thu Sep 24 19:58:35 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>${_('Options')}<span>▼</span></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(/images/dropdownarrow.png) no-repeat right center;">${_('Options')}</span></a> </div> <div class="panel-header-text">${_('History')}</div> </div> diff -r 40f8f713cbd8 -r 80735c6b6932 templates/workflow/list.mako --- a/templates/workflow/list.mako Thu Sep 24 19:00:44 2009 -0400 +++ b/templates/workflow/list.mako Thu Sep 24 19:58:35 2009 -0400 @@ -21,13 +21,13 @@ <li> <a class="action-button" href="${h.url_for( action='create' )}"> <img src="${h.url_for('/static/images/silk/add.png')}" /> - <span>Add a new workflow</span> + <span>Create new workflow</span> </a> </li> </ul> %if workflows: - <table class="mange-table colored" border="0" cellspacing="0" cellpadding="0" width="100%"> + <table class="manage-table colored" border="0" cellspacing="0" cellpadding="0" style="width:100%;"> <tr class="header"> <th>Name</th> <th># of Steps</th>