From 0b8d5ceb8630a4a60d20fc7e3a090152a41d7eb2 Mon Sep 17 00:00:00 2001 From: Charles Hacskaylo Date: Wed, 10 Jun 2015 17:23:08 -0700 Subject: [PATCH] [Fronted] Significant refactoring of btn classes WTD-839 Refactoring in advance of style mods to switcher when in frame; Moved btn styles from _controls.scss to _buttons.scss; Markup cleaned up with css classing simplified; --- .../browse/res/templates/browse-object.html | 3 - .../res/templates/browse/object-header.html | 2 +- .../res/templates/create/create-button.html | 2 +- .../dialog/res/templates/overlay.html | 2 +- .../edit/res/templates/topbar-edit.html | 2 - .../general/res/css/theme-espresso.css | 550 +++++++++--------- .../general/res/sass/controls/_buttons.scss | 71 ++- .../general/res/sass/controls/_controls.scss | 68 --- .../res/templates/controls/action-button.html | 2 +- .../res/templates/controls/switcher.html | 20 +- .../features/plot/res/templates/plot.html | 2 +- 11 files changed, 356 insertions(+), 368 deletions(-) diff --git a/platform/commonUI/browse/res/templates/browse-object.html b/platform/commonUI/browse/res/templates/browse-object.html index dc5ed477e7..33998dbbbe 100644 --- a/platform/commonUI/browse/res/templates/browse-object.html +++ b/platform/commonUI/browse/res/templates/browse-object.html @@ -21,14 +21,12 @@ -->
-
- @@ -39,7 +37,6 @@ ng-model="representation">
-
diff --git a/platform/commonUI/browse/res/templates/browse/object-header.html b/platform/commonUI/browse/res/templates/browse/object-header.html index c6198eb0ef..eb84dafbbd 100644 --- a/platform/commonUI/browse/res/templates/browse/object-header.html +++ b/platform/commonUI/browse/res/templates/browse/object-header.html @@ -24,5 +24,5 @@ {{parameters.mode}} {{type.getName()}} {{model.name}} - v +
\ No newline at end of file diff --git a/platform/commonUI/browse/res/templates/create/create-button.html b/platform/commonUI/browse/res/templates/create/create-button.html index e342a1b350..bafde4f975 100644 --- a/platform/commonUI/browse/res/templates/create/create-button.html +++ b/platform/commonUI/browse/res/templates/create/create-button.html @@ -21,7 +21,7 @@ -->