From eea138b60964882351daf83b11407ba2c0f64b96 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Tue, 28 Jun 2016 16:25:51 +0000 Subject: [PATCH] Updated to Liferay 6.2 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/statistical-algorithms-importer@129583 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/StatAlgoImporter.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/StatAlgoImporter.css b/src/main/webapp/StatAlgoImporter.css index 77b5029..b83ff69 100644 --- a/src/main/webapp/StatAlgoImporter.css +++ b/src/main/webapp/StatAlgoImporter.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; }