From be3ff855000a68a40f5e2f3feeb746515f62db2a Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Fri, 20 Jan 2017 11:15:04 -0500 Subject: [PATCH] center the red and green balls related to #3967 --- awx/ui/client/src/smart-status/smart-status.block.less | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/smart-status/smart-status.block.less b/awx/ui/client/src/smart-status/smart-status.block.less index 89c865d88d..9ce9c7dc01 100644 --- a/awx/ui/client/src/smart-status/smart-status.block.less +++ b/awx/ui/client/src/smart-status/smart-status.block.less @@ -14,13 +14,15 @@ .SmartStatus--success{ color: @default-succ; - margin-bottom: 20px; + margin-top: 10px; + margin-bottom: 10px; padding: 0px; } .SmartStatus--failed{ color: @default-err; - margin-top: 20px; + margin-top: 10px; + margin-bottom: 10px; padding: 0px; }