mirror of
https://github.com/JulianGro/overte.git
synced 2025-08-07 17:40:55 +02:00
cleanup
This commit is contained in:
parent
27d9e8bd23
commit
7aba0a9082
2 changed files with 1187 additions and 1190 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue