From 63917a4a329285ed9284b9aa84e7a8e775c9e532 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 28 Jun 2016 16:31:49 +0000 Subject: [PATCH] Updated to Liferay 6.2 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@129591 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/tabulardataportlet.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/tabulardataportlet.css b/src/main/webapp/tabulardataportlet.css index 68d5b71..1a32309 100644 --- a/src/main/webapp/tabulardataportlet.css +++ b/src/main/webapp/tabulardataportlet.css @@ -10,6 +10,11 @@ padding: 0px !important; } +.aui input[type="radio"], .aui input[type="checkbox"] { + margin: 0px !important; + width: 10px !important; +} + .aui input, .aui textarea, .aui .uneditable-input { width: 100% !important; }