From 1c652c6765d989c811353624ecf0ee41b779924c Mon Sep 17 00:00:00 2001 From: Alex P Date: Thu, 3 Nov 2016 11:53:18 -0700 Subject: [PATCH] Adding a little padding to the too of these 3 pages --- .../style/enterprise_style/_enterprise-custom.scss | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/ui/src/style/enterprise_style/_enterprise-custom.scss b/ui/src/style/enterprise_style/_enterprise-custom.scss index 51addcf7b9..8a6b1a78bf 100644 --- a/ui/src/style/enterprise_style/_enterprise-custom.scss +++ b/ui/src/style/enterprise_style/_enterprise-custom.scss @@ -722,3 +722,16 @@ table .monotype { background-color: $c-fire; } } + +/* + Sources / Kapacitor Config Pages + ---------------------------------------------- +*/ + +#source-form-page, +#manage-sources-page, +.kapacitor { + .enterprise-header { + margin-bottom: 45px; + } +}