From dc503ac068b1af8fbbece261e489a7d9cbd7adbf Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 8 Apr 2015 10:18:04 -0700 Subject: [PATCH 1/2] Update entityProperties checkboxes to be inlined --- examples/html/entityProperties.html | 36 ++++++++++++++--------------- 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/examples/html/entityProperties.html b/examples/html/entityProperties.html index a1f1a5ea79..d0be4144c9 100644 --- a/examples/html/entityProperties.html +++ b/examples/html/entityProperties.html @@ -517,17 +517,17 @@
-
Locked
-
+ Locked + -
+
-
Visible
-
+ Visible + -
+
@@ -625,17 +625,17 @@
-
Ignore For Collisions
-
+ Ignore For Collisions + -
+
-
Collisions Will Move
-
+ Collisions Will Move + -
+
@@ -690,10 +690,10 @@
-
Animation Playing
-
+ Animation Playing + -
+
Animation FPS
@@ -768,10 +768,10 @@
-
Spot Light
-
+ Spot Light + -
+
Color
From 83918c53b929914591a4b5fd2e3e39449ff98f89 Mon Sep 17 00:00:00 2001 From: Ryan Huffman Date: Wed, 8 Apr 2015 10:18:29 -0700 Subject: [PATCH 2/2] Update entityProperties properties to take up less space --- examples/html/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/html/style.css b/examples/html/style.css index 02f02b9649..1b5b71176f 100644 --- a/examples/html/style.css +++ b/examples/html/style.css @@ -210,8 +210,8 @@ input:disabled, textarea:disabled { } #properties-list .property { - padding: 6pt 6pt; - border-top: 0.75pt solid rgb(63, 63, 63); + padding: 4pt; + border-bottom: 0.75pt solid rgb(63, 63, 63); min-height: 1em; }