diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index 9db19efbe2..e0cf348d0b 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -527,7 +527,7 @@ select.field-mini-height { /* Display list actions next to search widget */ - +/* .list-actions { display: inline-block; padding-bottom: 22px; @@ -538,6 +538,7 @@ select.field-mini-height { .list-actions .btn { margin-right: 3px; } +*/ .btn-help { margin-left: 15px; @@ -1014,7 +1015,11 @@ tr td button i { /* Portrait tablet to landscape and desktop */ @media (min-width: 768px) and (max-width: 979px) { - + + .list-actions button, .list-actions .checkbox-inline { + margin-top: 10px; + } + } /* Landscape phone to portrait tablet */ @@ -1041,7 +1046,12 @@ tr td button i { } td.actions .btn { - width: 75px; - margin-bottom: 5px; - } + width: 75px; + margin-bottom: 5px; + } + + .list-actions button, .list-actions .checkbox-inline { + margin-top: 10px; + } + } diff --git a/awx/ui/static/lib/ansible/generator-helpers.js b/awx/ui/static/lib/ansible/generator-helpers.js index 461cfddbbc..85d24b5d0e 100644 --- a/awx/ui/static/lib/ansible/generator-helpers.js +++ b/awx/ui/static/lib/ansible/generator-helpers.js @@ -415,7 +415,7 @@ angular.module('GeneratorHelpers', ['GeneratorHelpers']) html += "
\n"; html += "
\n"; html += (label) ? "" : ""; html += "
\n"; return html; diff --git a/awx/ui/static/lib/ansible/list-generator.js b/awx/ui/static/lib/ansible/list-generator.js index b961d53822..0774d3512a 100644 --- a/awx/ui/static/lib/ansible/list-generator.js +++ b/awx/ui/static/lib/ansible/list-generator.js @@ -166,8 +166,8 @@ angular.module('ListGenerator', ['GeneratorHelpers']) if (options.mode != 'lookup') { //actions var base = $location.path().replace(/^\//,'').split('/')[0]; - html += "
\n"; for (action in list.actions) { if (list.actions[action].mode == 'all' || list.actions[action].mode == options.mode) { diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index 5a121c9456..1bfbae090f 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -115,22 +115,22 @@