From 7171fd01e333f16b10f920e2161bbce210910bb0 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Thu, 10 Mar 2016 11:07:26 -0800 Subject: [PATCH] [Frontend] Cleanups to Inspector config elements open #729 In-progress Moved CSS def to be more globally applicable; Simplified layout obj props location display; --- .../browse/res/templates/browse/object-properties.html | 3 ++- platform/commonUI/general/res/sass/forms/_elems.scss | 5 ++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/platform/commonUI/browse/res/templates/browse/object-properties.html b/platform/commonUI/browse/res/templates/browse/object-properties.html index a15efed6c9..ecce9fe60d 100644 --- a/platform/commonUI/browse/res/templates/browse/object-properties.html +++ b/platform/commonUI/browse/res/templates/browse/object-properties.html @@ -32,6 +32,7 @@
  • Location +
    This Object
    @@ -44,7 +45,7 @@
  • - Original Location +
    Object's Original
    diff --git a/platform/commonUI/general/res/sass/forms/_elems.scss b/platform/commonUI/general/res/sass/forms/_elems.scss index b63fdad3d8..3979b0e528 100644 --- a/platform/commonUI/general/res/sass/forms/_elems.scss +++ b/platform/commonUI/general/res/sass/forms/_elems.scss @@ -19,6 +19,10 @@ * this source code distribution or the Licensing information page available * at runtime from the About dialog for additional information. *****************************************************************************/ +.section-header { + text-transform: uppercase; +} + .form { color: $colorFormText; width: 100%; @@ -34,7 +38,6 @@ color: $c; font-size: 0.8em; padding: $formTBPad $formLRPad; - text-transform: uppercase; } .form-row {