diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 4f026634ad..4e1eb65628 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -708,7 +708,11 @@ select.page-size { } .ui-widget-content a.search-reset-start { - color: @grey; + color: @grey; + } + + #search-widget-spacer { + height: 20px; } /* breadcrumbs */ diff --git a/awx/ui/static/lib/ansible/generator-helpers.js b/awx/ui/static/lib/ansible/generator-helpers.js index 141ece82bb..022f77d83e 100644 --- a/awx/ui/static/lib/ansible/generator-helpers.js +++ b/awx/ui/static/lib/ansible/generator-helpers.js @@ -792,6 +792,8 @@ angular.module('GeneratorHelpers', []) iterator + "HideAllStartBtn" + modifier + "\"" + ">\n"; + html += "
\n"; + if (includeSize) { html += "\n"; }