From 96e2f37ee4dcae98ffad919bd8b857ee9b5438bd Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Wed, 30 Nov 2016 13:01:42 +0530 Subject: [PATCH] Adding new css class for device type view image --- .../units/cdmf.unit.ui.theme/public/css/custom-desktop.css | 7 +++++++ 1 file changed, 7 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..17a486f094 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,11 @@ select > option:hover { /* Adding style for required fields */ .required:before { content: "*"; +} + +.device-type-img.fw { + font-size: 250px; + color: white; + background: #11375b; + padding: 35px; } \ No newline at end of file