Skip to content

Commit

Permalink
Merge pull request #6592 from guerler/fix_workflow_parameters
Browse files Browse the repository at this point in the history
Resolve overlap of workflow parameter container with gear-icon in editor header
  • Loading branch information
dannon committed Aug 13, 2018
2 parents 0b1d804 + 4550a71 commit e853762
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions templates/webapps/galaxy/workflow/editor.mako
Expand Up @@ -367,6 +367,13 @@
<div id="canvas-viewport" style="width: 100%; height: 100%; position: absolute; overflow: hidden; background: #EEEEEE; background: white url(${h.url_for('/static/images/light_gray_grid.gif')}) repeat;">
<div id="canvas-container" style="position: absolute; width: 100%; height: 100%;"></div>
</div>
<div id='workflow-parameters-box' style="display:none; position: absolute; right:0px; border: solid grey 1px; padding: 5px; background: #EEEEEE; z-index: 20000; overflow: auto; max-width: 300px; max-height: 300px;">
<div style="margin-bottom:5px;">
<b>Workflow Parameters</b>
</div>
<div id="workflow-parameters-container">
</div>
</div>
<div id="overview-border" style="position: absolute; width: 150px; height: 150px; right: 20000px; bottom: 0px; border-top: solid gray 1px; border-left: solid grey 1px; padding: 7px 0 0 7px; background: #EEEEEE no-repeat url(${h.url_for('/static/images/resizable.png')}); z-index: 20000; overflow: hidden; max-width: 300px; max-height: 300px; min-width: 50px; min-height: 50px">
<div style="position: relative; overflow: hidden; width: 100%; height: 100%; border-top: solid gray 1px; border-left: solid grey 1px;">
<div id="overview" style="position: absolute;">
Expand All @@ -375,11 +382,6 @@
</div>
</div>
</div>
<div id='workflow-parameters-box' style="display:none; position: absolute; /*width: 150px; height: 150px;*/ right: 0px; top: 0px; border-bottom: solid gray 1px; border-left: solid grey 1px; padding: 7px; background: #EEEEEE; z-index: 20000; overflow: hidden; max-width: 300px; max-height: 300px; /*min-width: 50px; min-height: 50px*/">
<div style="margin-bottom:5px;"><b>Workflow Parameters</b></div>
<div id="workflow-parameters-container">
</div>
</div>
<div id="close-viewport" style="border-left: 1px solid #999; border-top: 1px solid #999; background: #ddd url(${h.url_for('/static/images/overview_arrows.png')}) 12px 0px; position: absolute; right: 0px; bottom: 0px; width: 12px; height: 12px; z-index: 25000;"></div>
</div>
Expand Down

0 comments on commit e853762

Please sign in to comment.