From db98663c7872b6666ef1741dac31d082de1275d4 Mon Sep 17 00:00:00 2001 From: Janak Amarasena Date: Wed, 21 Jun 2017 18:04:11 +0530 Subject: [PATCH] Added bottom margin to Show All Notifications button --- .../units/cdmf.unit.ui.theme/public/css/custom-desktop.css | 4 ++++ 1 file changed, 4 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 4b3cb525a9..caf905a3dc 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 @@ -1173,6 +1173,10 @@ header .dropdown[aria-expanded=true], header .dropdown:hover { right: 0; } +.sidebar-wrapper.toggled a.btn{ + margin-bottom: 70px; +} + .sidebar-wrapper-animation-fix { -webkit-transition: left 0.5s ease, right 0.5s ease !important; -moz-transition: left 0.5s ease, right 0.5s ease !important;