From 8c77fd369bc7cb5ce9bf3900a14cf5ba88e4ab4d Mon Sep 17 00:00:00 2001 From: Zander Otavka Date: Tue, 23 Jun 2015 17:40:25 -0700 Subject: [PATCH] Add subsections to the edit.js properties list. --- examples/html/entityProperties.html | 184 +++++++++++++++------------- examples/html/style.css | 12 +- 2 files changed, 112 insertions(+), 84 deletions(-) diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index c0737a1880..56eee899f9 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -955,17 +955,6 @@ -
-
Hyperlink
-
Href
-
- -
-
Description
- -
-
-
Locked @@ -988,6 +977,24 @@
+
+ +
+ +
+
Href
+
+ +
+
+
+
Description
+
+ +
+
+ +
@@ -1181,6 +1188,78 @@ +
+ +
+ +
+
Model URL
+
+ +
+
+ +
+
Shape Type
+
+ +
+
+
+
Compound Shape URL
+
+ +
+
+
+
Animation URL
+
+ +
+
+
+ Animation Playing + + + +
+
+
Animation FPS
+
+ +
+
+
+
Animation Frame
+
+ +
+
+
+
Animation Settings
+
+ +
+
+
+
Textures
+
+ +
+
+
+
Original Textures
+
+ +
+
+ +
@@ -1243,77 +1322,6 @@ -
- -
- -
-
Model URL
-
- -
-
-
-
Shape Type
-
- -
-
-
-
Compound Shape URL
-
- -
-
-
-
Animation URL
-
- -
-
-
- Animation Playing - - - -
-
-
Animation FPS
-
- -
-
-
-
Animation Frame
-
- -
-
-
-
Animation Settings
-
- -
-
-
-
Textures
-
- -
-
-
-
Original Textures
-
- -
-
- -
@@ -1479,6 +1487,12 @@ + + +
+ +
+
Skybox Color
@@ -1494,6 +1508,12 @@
+ + +
+ +
+
Atmosphere Center
diff --git a/examples/html/style.css b/examples/html/style.css index ff07411aaf..f12cfb6dd0 100644 --- a/examples/html/style.css +++ b/examples/html/style.css @@ -44,7 +44,7 @@ body { border: 1.5pt solid black; } -.section-header { +.section-header, .sub-section-header { background: #AAA; border-bottom: 0.75pt solid #CCC; background-color: #333333; @@ -53,11 +53,19 @@ body { padding-top: 6pt; } -.section-header label { +.section-header label, .sub-section-header label { font-weight: bold; font-size: 11pt; } +.sub-section-header { + padding-top: 4px; +} + +.sub-section-header label { + font-size: 9pt; +} + .multi-property-section { }