[Frontend] Cleanups to Inspector config elements

open #729
Spacing tweaks; set PlotOptionsForm.js > Autoscale
to not use control-first layout;
Checked in snow theme;
This commit is contained in:
Charles Hacskaylo 2016-03-10 13:18:57 -08:00
parent 7171fd01e3
commit 4983d35ca6
2 changed files with 3 additions and 3 deletions

View File

@ -77,7 +77,8 @@
} }
.form { .form {
margin-bottom: $interiorMargin; margin-bottom: $interiorMarginSm;
padding-bottom: $interiorMarginLg;
.form-section { .form-section {
margin-bottom: 0; margin-bottom: 0;
&:not(.first) { &:not(.first) {

View File

@ -77,8 +77,7 @@ define(
{ {
'name': 'Autoscale', 'name': 'Autoscale',
'control': 'checkbox', 'control': 'checkbox',
'key': 'autoscale', 'key': 'autoscale'
'layout': 'control-first'
}, },
{ {
'name': 'Min', 'name': 'Min',