From 19f3f4a23a4b015b2a4091b42daa632bfa078d6b Mon Sep 17 00:00:00 2001 From: "Christopher Lott (cl778h)" Date: Sat, 26 Aug 2017 06:45:20 -0400 Subject: Skip deployment of widget-ms jar Add plugin to skip deployment of ecomp-portal-widget-ms onejar. Fix problem of manage widget pop up calendar moved off event date input field. Issue: PORTAL-80 Change-Id: Id783989fed6a248ceb1a12bfce8403f6219e2e61 Signed-off-by: Christopher Lott (cl778h) --- .../client/app/views/dashboard/dashboard-widget.controller.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ecomp-portal-FE-common/client/app/views/dashboard/dashboard-widget.controller.less') 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 a9c3d800..b4cb0100 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 @@ -119,8 +119,8 @@ padding-bottom: 20px; .add-widget-field .btn-calendar-icon { position: relative; width: 20px; - right:-225px; - top:-27px; + right: 25px; + top: 0px; } .dialog-control{ bottom:30px; @@ -134,4 +134,4 @@ input[type="text"]:focus { overflow:auto; } - \ No newline at end of file + -- cgit 1.2.3-korg