Skip to content

Commit

Permalink
Update execution button opacity and draw tool save button(Bug Fix 426…
Browse files Browse the repository at this point in the history
…37, 48359)
  • Loading branch information
llam001 committed Apr 29, 2016
1 parent 4e83a35 commit c70b0c9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions js/app/WorkflowManager/css/WorkflowManager.css
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ body .dijitComboBox {
width: 150px;
}

.recreateBtn {
border-left:1px solid #000;
}

/*
.workflowButtonRow :hover {
background-color:#149BDF;
Expand Down Expand Up @@ -289,6 +293,10 @@ body .text-button.dijitButton .dijitButtonNode .dijitButtonText i {
border: none;
}

.icon-btnDisabled {
opacity: .5;
}

.executeIcon {
background-image: url('../images/GenericRun32.png');
background-repeat: no-repeat;
Expand Down Expand Up @@ -538,11 +546,11 @@ body .text-button.dijitButton .dijitButtonNode .dijitButtonText i {

/* Map tools */
#mapTL {
width: 60%;
width: 55%;
}

#mapTR {
width: 40%;
width: 35%;
}

#mapTR .wrapper {
Expand Down
2 changes: 1 addition & 1 deletion js/app/WorkflowManager/templates/Workflow.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<span data-dojo-attach-point="btnMarkStepComplete"></span>
<br><label style="text-align: center">Mark as Done</label>
</div>
<div class="workflowButtonRow" data-dojo-attach-point="workflowButtonRowRecreateWorkflow">
<div class="workflowButtonRow recreateBtn" data-dojo-attach-point="workflowButtonRowRecreateWorkflow">
<span data-dojo-attach-point="btnRecreateWorkflow"></span>
<br><label style="text-align: center">Recreate Workflow</label>
</div>
Expand Down

0 comments on commit c70b0c9

Please sign in to comment.