From 3af311a796eeeef00a1906c44044bd95f0acc06e Mon Sep 17 00:00:00 2001 From: Divakar Konakalla Date: Thu, 6 Oct 2016 17:29:02 +0530 Subject: [PATCH 1/2] floating menu issue with firefox got resolved, moved all the common css to global file and removed duplicate CSS from both workzone & analytics. --- client/cat3/main.html | 7 +- client/cat3/src/partials/global.scss | 127 +++++++++++++++++- .../globals/breadcrumb/breadcrumbService.js | 8 ++ .../sections/dashboard/analytics/analytics.js | 8 -- .../analytics/view/analyticsTreeMenu.html | 5 +- .../analytics/view/analyticsTreeMenu.scss | 69 ---------- .../sections/dashboard/dashboardCtrl.js | 16 --- .../dashboard/workzone/workzoneCtrl.js | 7 - .../workzoneTreeMenu/workzoneTreeMenu.html | 5 +- .../workzoneTreeMenu/workzoneTreeMenu.scss | 101 -------------- 10 files changed, 140 insertions(+), 213 deletions(-) diff --git a/client/cat3/main.html b/client/cat3/main.html index 7679fa5ba..1d152b839 100644 --- a/client/cat3/main.html +++ b/client/cat3/main.html @@ -53,8 +53,11 @@