From 762f43fa61e641f268ac733e24cb3f103b22ded8 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Mon, 1 Aug 2016 16:26:47 -0700 Subject: [PATCH] [Frontend] Styling TC unsynced elements Fixes #933 WIP: Styling for unsynced elements --- .../browse/res/templates/browse/object-header.html | 1 + platform/commonUI/general/res/sass/_data-status.scss | 10 ++++++++++ platform/commonUI/general/res/sass/_effects.scss | 10 +++++----- .../commonUI/general/res/sass/features/_imagery.scss | 3 ++- .../commonUI/themes/espresso/res/sass/_constants.scss | 1 + platform/commonUI/themes/snow/res/sass/_constants.scss | 1 + platform/features/layout/res/templates/layout.html | 9 ++++----- platform/features/plot/res/templates/plot.html | 2 +- 8 files changed, 25 insertions(+), 12 deletions(-) diff --git a/platform/commonUI/browse/res/templates/browse/object-header.html b/platform/commonUI/browse/res/templates/browse/object-header.html index d46cbd91cb..7fbb70c892 100644 --- a/platform/commonUI/browse/res/templates/browse/object-header.html +++ b/platform/commonUI/browse/res/templates/browse/object-header.html @@ -23,6 +23,7 @@ {{parameters.mode}} {{model.name}} + Icon here -
- - -
+ + diff --git a/platform/features/plot/res/templates/plot.html b/platform/features/plot/res/templates/plot.html index 008f410f4d..12680c2b27 100644 --- a/platform/features/plot/res/templates/plot.html +++ b/platform/features/plot/res/templates/plot.html @@ -82,7 +82,7 @@ ng-mousemove="subplot.hover($event)" mct-drag="subplot.continueDrag($event)" mct-drag-down="subplot.startDrag($event)" - mct-drag-up="subplot.endDrag($event); plot.update();"> + mct-drag-up="subplot.endDrag($event); plot.update()">