From 8621fb8d90c5a59160b380130fed869e07f2be47 Mon Sep 17 00:00:00 2001 From: Harshan Liyanage Date: Wed, 23 Aug 2017 16:34:38 +0530 Subject: [PATCH] Updated the theme for adding extra space in error message icon related to wso2/product-iots#1307 --- .../app/units/cdmf.unit.ui.theme/public/css/custom-desktop.css | 2 ++ 1 file changed, 2 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 0f323691a8..2fa46a2ce0 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 @@ -1443,6 +1443,8 @@ footer a, footer a:hover { } .message h4 .icon { + display: block; + float: left; padding-bottom: 3px; margin-right: 5px; }