This commit is contained in:
David Back 2018-10-09 10:17:39 -07:00
parent 27d9e8bd23
commit 7aba0a9082
2 changed files with 1187 additions and 1190 deletions

View file

@ -614,6 +614,10 @@ hr {
margin-top: 0;
}
.checkbox-sub-props {
margin-top: 18px;
}
.property .number {
float: left;
}
@ -918,6 +922,14 @@ tuple, .blue:focus, .tuple .z:focus, .tuple .roll:focus {
outline: none;
}
fieldset .checkbox-sub-props {
margin-top: 0;
}
fieldset .checkbox-sub-props .property:first-child {
margin-top: 0;
}
.column {
vertical-align: top;
}

View file

@ -1,5 +1,4 @@
// entityProperties.js
// entityProperties.js
//
// Created by Ryan Huffman on 13 Nov 2014
// Copyright 2014 High Fidelity, Inc.
@ -88,13 +87,6 @@ const GROUPS = [
type: "color",
propertyName: "color",
},
/*
{
label: "Material",
type: "string",
propertyName: "",
},
*/
]
},
{
@ -116,13 +108,6 @@ const GROUPS = [
type: "color",
propertyName: "backgroundColor",
},
/*
{
label: "Transparent Background",
type: "bool",
propertyName: ""
},
*/
{
label: "Line Height",
type: "number",