From e43e03d4da9bd760d67d746a949efbb7e5d102a8 Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Fri, 25 Aug 2017 15:31:33 -0400 Subject: Enable junit test cases and fix defects. Clean internal company domain names. Repair defect for picking Role in Widget onboarding for assigned app. Issue: PORTAL-50, PORTAL-82, PORTAL-86 Change-Id: I0826ddbfad1dc8a9bb6f3b8096b9748f887c1c65 Signed-off-by: Christopher Lott (cl778h) --- .../client/app/views/dashboard/dashboard-widget.controller.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ecomp-portal-FE-common/client/app/views/dashboard') diff --git a/ecomp-portal-FE-common/client/app/views/dashboard/dashboard-widget.controller.less b/ecomp-portal-FE-common/client/app/views/dashboard/dashboard-widget.controller.less index 5c0ce37d..a9c3d800 100644 --- a/ecomp-portal-FE-common/client/app/views/dashboard/dashboard-widget.controller.less +++ b/ecomp-portal-FE-common/client/app/views/dashboard/dashboard-widget.controller.less @@ -116,11 +116,11 @@ padding-bottom: 20px; float:right; } - .btn-calendar-icon { + .add-widget-field .btn-calendar-icon { position: relative; - width: 10px; - right:25px; - top:0px; + width: 20px; + right:-225px; + top:-27px; } .dialog-control{ bottom:30px; -- cgit 1.2.3-korg