From 36df11577440e1d17c66deba5681b823155ba6c5 Mon Sep 17 00:00:00 2001 From: Jared Tabor Date: Tue, 17 Nov 2015 13:23:51 -0800 Subject: [PATCH] 20px padding for dashboard list widgets --- awx/ui/client/legacy-styles/main-layout.less | 4 ++++ awx/ui/client/src/dashboard/dashboard.block.less | 4 ++-- awx/ui/templates/ui/index.html | 4 ++-- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/awx/ui/client/legacy-styles/main-layout.less b/awx/ui/client/legacy-styles/main-layout.less index ab15475cfd..ea4bc922dd 100644 --- a/awx/ui/client/legacy-styles/main-layout.less +++ b/awx/ui/client/legacy-styles/main-layout.less @@ -20,6 +20,10 @@ body { background-color: #f6f6f6; } +.container-fluid { + padding-left: 20px; + padding-right: 20px; +} #main-menu-container { .navbar { margin-bottom: 0; diff --git a/awx/ui/client/src/dashboard/dashboard.block.less b/awx/ui/client/src/dashboard/dashboard.block.less index 55b6babd3c..fed248d237 100644 --- a/awx/ui/client/src/dashboard/dashboard.block.less +++ b/awx/ui/client/src/dashboard/dashboard.block.less @@ -23,10 +23,10 @@ .Dashboard-list { border: 1px solid #e1e1e1; border-radius: 5px; - margin-top: 15px; + margin-top: 20px; width: 50%; background-color: #ffffff; - max-width: ~"calc(50% - 7px)"; + max-width: ~"calc(50% - 10px)"; position: relative; } diff --git a/awx/ui/templates/ui/index.html b/awx/ui/templates/ui/index.html index a67ae1cedc..8deb4d7e54 100644 --- a/awx/ui/templates/ui/index.html +++ b/awx/ui/templates/ui/index.html @@ -43,14 +43,14 @@ -
+
-
+