diff options
author | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-26 06:45:20 -0400 |
---|---|---|
committer | Christopher Lott (cl778h) <clott@research.att.com> | 2017-08-26 06:46:49 -0400 |
commit | 19f3f4a23a4b015b2a4091b42daa632bfa078d6b (patch) | |
tree | a40f38a0b934bfb7998bda6947b2d714eee7b81f /ecomp-portal-FE-common/client/app/views/dashboard | |
parent | e43e03d4da9bd760d67d746a949efbb7e5d102a8 (diff) |
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) <clott@research.att.com>
Diffstat (limited to 'ecomp-portal-FE-common/client/app/views/dashboard')
-rw-r--r-- | ecomp-portal-FE-common/client/app/views/dashboard/dashboard-widget.controller.less | 6 |
1 files changed, 3 insertions, 3 deletions
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 + |