From d826ba81d02441bd9fda67295ec87a8f037ab962 Mon Sep 17 00:00:00 2001 From: Rasika Perera Date: Fri, 6 Jan 2017 20:27:24 +0530 Subject: [PATCH] UI improvement for Datatables --- .../units/cdmf.unit.ui.theme/public/css/custom-desktop.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 50185517cc..b143e04d3d 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 @@ -6547,7 +6547,7 @@ select > option:hover { @media (min-width: 1200px){ table tbody tr { - width: 18% !important; + width: 14% !important; } .table .fw-stack{ font-size: 1.2vw; @@ -6556,7 +6556,7 @@ select > option:hover { @media (min-width: 1500px){ table tbody tr { - width: 14% !important; + width: 10% !important; } .table .fw-stack{ font-size: 0.8vw;