From 5525c42eae9b754e5826d976fa580d2184d54c12 Mon Sep 17 00:00:00 2001 From: Imesh Chandrasiri Date: Wed, 23 Nov 2016 16:43:16 +0530 Subject: [PATCH] Removed Unneccsary title and added padding --- .../devicemgt/app/layouts/cdmf.layout.default.hbs | 12 +++++++----- .../cdmf.unit.ui.theme/public/css/custom-desktop.css | 2 +- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/layouts/cdmf.layout.default.hbs b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/layouts/cdmf.layout.default.hbs index 0e6d17780d..cf5837c383 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/layouts/cdmf.layout.default.hbs +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/layouts/cdmf.layout.default.hbs @@ -50,15 +50,17 @@ under the License. --}} {{defineZone "header"}} - - {{defineZone "sidePanes"}}
- {{defineZone "contentTitle"}} + + + + {{!defineZone "contentTitle"}} +
{{defineZone "content"}} 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 34872f31a2..90ed8a2d2f 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 @@ -4615,7 +4615,7 @@ a.wr-side-panel-toggle-btn.selected { } .wr-hidden-operations-content .panel-body { - padding: 0px 20px 20px; + padding: 5px 20px 20px; background: #ffffff; } .wr-hidden-operations-content .panel-body hr{