Merge pull request #5 from mabashian/7248-workflow-editor

Fixed workflow maker dialog styling
This commit is contained in:
Michael Abashian 2017-07-24 17:33:17 -04:00 committed by GitHub
commit 175f4e7e98
2 changed files with 10 additions and 1 deletions

View File

@ -1,5 +1,14 @@
@import "./client/src/shared/branding/colors.default.less";
.WorkflowMaker-dialog {
padding: 0px;
margin-bottom: 20px;
.ui-dialog-buttonpane, .ui-dialog-titlebar {
display:none;
}
}
.WorkflowMaker-header {
display: flex;
height: 34px;

View File

@ -29,7 +29,7 @@ export default ['templateUrl', 'CreateDialog', 'Wait', '$state', '$window',
width: availableWidth > minimumWidth ? availableWidth : minimumWidth,
height: availableHeight > minimumHeight ? availableHeight : minimumHeight,
draggable: false,
dialogClass: 'SurveyMaker-dialog',
dialogClass: 'WorkflowMaker-dialog',
position: ['center', 20],
onClose: function() {
$('#workflow-modal-dialog').empty();