From 57bea5c694c543b7c992b3c628e4efd674a4439f Mon Sep 17 00:00:00 2001 From: Luke Morris Date: Thu, 27 Apr 2017 18:44:43 -0700 Subject: [PATCH] Design polish --- ui/src/style/components/template-variables-manager.scss | 4 ++-- ui/src/style/pages/overlay-technology.scss | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ui/src/style/components/template-variables-manager.scss b/ui/src/style/components/template-variables-manager.scss index 66be5eadc..a67c54db9 100644 --- a/ui/src/style/components/template-variables-manager.scss +++ b/ui/src/style/components/template-variables-manager.scss @@ -12,7 +12,7 @@ $tvmp-table-gutter: 8px; .template-variable-manager { max-width: $tvmp-panel-max-width; - margin: 0 $tvmp-gutter; + margin: 0 auto; } .template-variable-manager--header { height: $chronograf-page-header-height; @@ -220,4 +220,4 @@ $tvmp-table-gutter: 8px; .confirm-buttons + .btn-edit { display: none; } -} \ No newline at end of file +} diff --git a/ui/src/style/pages/overlay-technology.scss b/ui/src/style/pages/overlay-technology.scss index 83b254ec8..912b236f3 100644 --- a/ui/src/style/pages/overlay-technology.scss +++ b/ui/src/style/pages/overlay-technology.scss @@ -14,7 +14,8 @@ $overlay-z: 100; left: 0; right: 0; z-index: $overlay-z; - + padding: 0 30px; + &:before { content: ''; display: block; @@ -124,4 +125,4 @@ $overlay-z: 100; } .overlay-technology .query-maker--tab-contents { margin-bottom: 8px; -} \ No newline at end of file +}