mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Merge pull request #5 from mabashian/7248-workflow-editor
Fixed workflow maker dialog styling
This commit is contained in:
commit
175f4e7e98
@ -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;
|
||||
|
||||
@ -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();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user