From d06ab437603a451b29f22d9fa199598d78b045ee Mon Sep 17 00:00:00 2001 From: "giancarlo.panichi" Date: Fri, 24 Jun 2016 08:36:13 +0000 Subject: [PATCH] refs:4041: Accounting Manager portlet: give possibility to download raw data to users https://support.d4science.org/issues/4041 Updated to Liferay 6.2 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/accounting-manager@129396 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/AccountingManager.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/main/webapp/AccountingManager.css b/src/main/webapp/AccountingManager.css index 4078a2c..218216d 100644 --- a/src/main/webapp/AccountingManager.css +++ b/src/main/webapp/AccountingManager.css @@ -4,6 +4,11 @@ padding: 0px !important; } +.aui input, .aui textarea, .aui .uneditable-input { + width: 100% !important; +} + + .aui p { margin: 0px !important; }