From 7244ef3783bd12c038851bcb8d262b8f737b47fa Mon Sep 17 00:00:00 2001 From: Julius Volz Date: Sun, 17 Feb 2019 19:34:30 +0000 Subject: [PATCH] Add more top/bottom spacing for All/Unhealthy buttons Signed-off-by: Julius Volz --- web/ui/static/css/targets.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/ui/static/css/targets.css b/web/ui/static/css/targets.css index ae4446889..b20d39e91 100644 --- a/web/ui/static/css/targets.css +++ b/web/ui/static/css/targets.css @@ -10,6 +10,8 @@ h2.danger a { div#showTargets .btn { border-radius: 0px; + margin-top: 10px; + margin-bottom: 15px; } .table-container button.targets {