diff --git a/awx/ui/client/legacy-styles/forms.less b/awx/ui/client/legacy-styles/forms.less index 9c48a80468..cb86253bad 100644 --- a/awx/ui/client/legacy-styles/forms.less +++ b/awx/ui/client/legacy-styles/forms.less @@ -228,14 +228,12 @@ } .Form-textArea{ - background-color: @field-secondary-bg!important; - background-color: @field-secondary-bg!important; border-radius: 5px; color: @field-input-text; } .Form-textInput{ - height: 30px!important; + height: 30px; background-color: @field-secondary-bg!important; border-radius: 5px; border:1px solid @field-border; @@ -250,6 +248,19 @@ font-family: Menlo,Monaco,Consolas,"Courier New",monospace!important; } +.Form-alertblock { + margin: 20px 0; + font-size: 12px; + width: 100%; + padding: 15px; + padding-top: 10px; + margin-bottom: 15px; + border-radius: 4px; + border: 1px solid @login-notice-border; + background-color: @login-notice-bg; + color: @login-notice-text; +} + .ui-spinner{ height: 30px; background-color: @field-secondary-bg; diff --git a/awx/ui/client/src/bread-crumb/bread-crumb.block.less b/awx/ui/client/src/bread-crumb/bread-crumb.block.less index 7ec5a6142b..78ebb84c28 100644 --- a/awx/ui/client/src/bread-crumb/bread-crumb.block.less +++ b/awx/ui/client/src/bread-crumb/bread-crumb.block.less @@ -37,6 +37,10 @@ .BreadCrumb-menuLinkImage { font-size: 18px; flex: initial; + + &:hover { + color: @default-link-hov; + } } .BreadCrumb-list { diff --git a/awx/ui/client/src/dashboard/hosts/dashboard-hosts.form.js b/awx/ui/client/src/dashboard/hosts/dashboard-hosts.form.js index ecff07052b..50b2e7a2c0 100644 --- a/awx/ui/client/src/dashboard/hosts/dashboard-hosts.form.js +++ b/awx/ui/client/src/dashboard/hosts/dashboard-hosts.form.js @@ -50,7 +50,7 @@ export default function(){ type: 'textarea', editRequired: false, rows: 6, - class: 'modal-input-xlarge Form-textArea', + class: 'modal-input-xlarge Form-textArea Form-formGroup--fullWidth', dataTitle: 'Host Variables', dataPlacement: 'right', dataContainer: 'body', @@ -71,7 +71,7 @@ export default function(){ save: { ngClick: 'formSave()', //$scope.function to call on click, optional ngDisabled: "host_form.$invalid"//true //Disable when $pristine or $invalid, optional and when can_edit = false, for permission reasons - } + } } }; } diff --git a/awx/ui/client/src/forms/JobTemplates.js b/awx/ui/client/src/forms/JobTemplates.js index c22db173f1..6a9f0a1d85 100644 --- a/awx/ui/client/src/forms/JobTemplates.js +++ b/awx/ui/client/src/forms/JobTemplates.js @@ -204,7 +204,7 @@ export default }, job_tags: { label: 'Job Tags', - type: 'text', + type: 'textarea', rows: 1, addRequired: false, editRequired: false, diff --git a/awx/ui/client/src/portal-mode/portal-mode.block.less b/awx/ui/client/src/portal-mode/portal-mode.block.less index de3d6331e1..0f4ce481a6 100644 --- a/awx/ui/client/src/portal-mode/portal-mode.block.less +++ b/awx/ui/client/src/portal-mode/portal-mode.block.less @@ -18,7 +18,6 @@ } .PortalMode-filter{ position: absolute; - top: 45px; right: 35px; .btn.btn-xs { diff --git a/awx/ui/client/src/search/tagSearch.block.less b/awx/ui/client/src/search/tagSearch.block.less index 75ccca2938..725ac00225 100644 --- a/awx/ui/client/src/search/tagSearch.block.less +++ b/awx/ui/client/src/search/tagSearch.block.less @@ -61,7 +61,7 @@ border-top-right-radius: 0px; z-index: 50000; max-height: 200px; - overflow-y: scroll; + overflow-y: auto; box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1); } diff --git a/awx/ui/client/src/shared/form-generator.js b/awx/ui/client/src/shared/form-generator.js index 73032b281f..a53e7d28bb 100644 --- a/awx/ui/client/src/shared/form-generator.js +++ b/awx/ui/client/src/shared/form-generator.js @@ -770,7 +770,7 @@ angular.module('FormGenerator', [GeneratorHelpers.name, 'Utilities', listGenerat html += "