[Frontend] Final styling on properties form in Inspector

open #638
Added custom radio button control and modified
PlotOptionsController / plotOptionsStructure
accordingly; spacing, borders, etc. are
all as finally intended;
This commit is contained in:
Charles Hacskaylo
2016-02-02 16:41:48 -08:00
committed by Henry
parent 371669fbce
commit f2903f4030
6 changed files with 320 additions and 285 deletions

View File

@@ -83,7 +83,6 @@
.l-control-group {
// Buttons that have a conceptual grouping - internal space between, and a divider between groups.
// @include test();
@include box-sizing(border-box);
border-left: 1px solid $colorInteriorBorder;
display: inline-block;
@@ -115,11 +114,9 @@ label.radio.custom {
$d: $formRowCtrlsH;
cursor: pointer;
display: inline-block;
//line-height: $d;
margin-right: $interiorMargin * 4;
padding-left: $d + $interiorMargin;
position: relative;
//vertical-align: middle; // was top
em {
color: $colorBodyFg;
display: inline-block;
@@ -132,7 +129,7 @@ label.radio.custom {
box-sizing: border-box;
content: "";
font-family: 'symbolsfont';
font-size: 0.8em;
font-size: 0.7em;
display: inline-block;
height: $d;
width: $d;