diff options
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 | 8 |
1 files changed, 4 insertions, 4 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 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; |