From d90c9ab68a7d406e6fa9f033ca2376a7e3833a53 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Mon, 28 Nov 2016 11:33:16 +0530 Subject: [PATCH 1/3] Data table fix when list view --- .../cdmf.unit.ui.theme/public/css/custom-desktop.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css index 1a89379d3f..0f440ddf2a 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css @@ -6510,4 +6510,14 @@ select > option:hover { /* Adding style for required fields */ .required:before { content: "*"; +} + +.table.list-table:not(.grid-view){ + margin: 0px !important; +} +.table.list-table:not(.grid-view) > thead, .table.list-table:not(.grid-view) > tbody, .table.list-table:not(.grid-view) > tfoot{ + margin-bottom: 10px !important; +} +.table.list-table:not(.grid-view) tbody{ + margin: 0px !important; } \ No newline at end of file From a56b953fcb71818ee82bc0256fee2cb295309d49 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Tue, 29 Nov 2016 13:32:29 +0530 Subject: [PATCH 2/3] Validation error fix --- .../pages/cdmf.page.group.create/create.hbs | 6 +- .../public/js/group-add.js | 61 +++++++++++++++++-- 2 files changed, 61 insertions(+), 6 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.group.create/create.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.group.create/create.hbs index 8ae4393a8f..9d9edd0c53 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.group.create/create.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/pages/cdmf.page.group.create/create.hbs @@ -36,9 +36,11 @@