From 1ce4396c2fc4a345a9972d73b98593da7252f728 Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 10 Jul 2014 14:00:51 -0400 Subject: [PATCH] Styling Fixed or improved search widget responsiveness on smaller viewports. --- awx/ui/static/lib/ansible/generator-helpers.js | 2 +- awx/ui/static/lib/ansible/list-generator.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/static/lib/ansible/generator-helpers.js b/awx/ui/static/lib/ansible/generator-helpers.js index 32ee1f71e0..adf28fe41e 100644 --- a/awx/ui/static/lib/ansible/generator-helpers.js +++ b/awx/ui/static/lib/ansible/generator-helpers.js @@ -742,7 +742,7 @@ angular.module('GeneratorHelpers', []) if (includeSize) { html += "
\n"; } diff --git a/awx/ui/static/lib/ansible/list-generator.js b/awx/ui/static/lib/ansible/list-generator.js index 441411b277..0795fcb35b 100644 --- a/awx/ui/static/lib/ansible/list-generator.js +++ b/awx/ui/static/lib/ansible/list-generator.js @@ -228,7 +228,7 @@ angular.module('ListGenerator', ['GeneratorHelpers']) } else if (options.id !== undefined) { html += "col-lg-4"; } else { - html += "col-lg-8 col-md-6"; + html += "col-lg-8 col-md-6 col-sm-4 col-xs-3"; } html += "\">\n";