From 4983d35ca6df4e08b9f4e22a940e9b07bed96735 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Thu, 10 Mar 2016 13:18:57 -0800 Subject: [PATCH] [Frontend] Cleanups to Inspector config elements open #729 Spacing tweaks; set PlotOptionsForm.js > Autoscale to not use control-first layout; Checked in snow theme; --- platform/commonUI/general/res/sass/_inspector.scss | 3 ++- platform/features/plot/src/PlotOptionsForm.js | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/platform/commonUI/general/res/sass/_inspector.scss b/platform/commonUI/general/res/sass/_inspector.scss index 8f10663be1..dcfad71c00 100644 --- a/platform/commonUI/general/res/sass/_inspector.scss +++ b/platform/commonUI/general/res/sass/_inspector.scss @@ -77,7 +77,8 @@ } .form { - margin-bottom: $interiorMargin; + margin-bottom: $interiorMarginSm; + padding-bottom: $interiorMarginLg; .form-section { margin-bottom: 0; &:not(.first) { diff --git a/platform/features/plot/src/PlotOptionsForm.js b/platform/features/plot/src/PlotOptionsForm.js index ccc3de79cc..993760ff06 100644 --- a/platform/features/plot/src/PlotOptionsForm.js +++ b/platform/features/plot/src/PlotOptionsForm.js @@ -77,8 +77,7 @@ define( { 'name': 'Autoscale', 'control': 'checkbox', - 'key': 'autoscale', - 'layout': 'control-first' + 'key': 'autoscale' }, { 'name': 'Min',