From 286c4ab0b41d99e1bfdbace0e820ce6aea31685b Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 1 May 2014 10:13:05 -0400 Subject: [PATCH] CSS changes to reduce gap between columns on both home page and inventory edit page. --- awx/ui/static/less/ansible-ui.less | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/awx/ui/static/less/ansible-ui.less b/awx/ui/static/less/ansible-ui.less index f2e18b0d8b..7f65969540 100644 --- a/awx/ui/static/less/ansible-ui.less +++ b/awx/ui/static/less/ansible-ui.less @@ -1307,9 +1307,28 @@ input[type="checkbox"].checkbox-no-label { } } +/* Dashboard */ + #home #container1.col-lg-6, + #home #container3.col-lg-6 { + padding-right: 7px; + } + + #home #container2.col-lg-6, + #home #container4.col-lg-6 { + padding-left: 7px; + } + /* Inventory Edit */ + #groups-container.col-lg-6 { + padding-right: 7px; + } + + #hosts-container.col-lg-6 { + padding-left: 7px; + } + #groups-container .well, #hosts-container .well { padding: 8px;