From 1bef7a38efd3ff7736e5e99ce1a84827eaeb2abf Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Mon, 26 Sep 2016 18:08:06 +0530 Subject: [PATCH] Minor style fix for wr-hidden-operations --- .../app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 288b74b8e68..fe75cb54f03 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 @@ -4562,7 +4562,7 @@ a.wr-side-panel-toggle-btn.selected { position: absolute; top: 0; bottom: 0; - left: -900px; + left: -1000px; z-index: 10000; -moz-transition: left 0.4s ease; transition: left 0.4s ease 0s;