From f2c08f48abfd302512ba2071bd843c6bc54cb057 Mon Sep 17 00:00:00 2001 From: Giancarlo Panichi Date: Mon, 27 Jun 2016 09:23:37 +0000 Subject: [PATCH] Updated to Liferay 6.2 git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-portlet@129454 82a268e6-3cf1-43bd-a215-b396298e98cf --- src/main/webapp/tabulardataportlet.css | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/main/webapp/tabulardataportlet.css b/src/main/webapp/tabulardataportlet.css index 1904565..68d5b71 100644 --- a/src/main/webapp/tabulardataportlet.css +++ b/src/main/webapp/tabulardataportlet.css @@ -1,31 +1,38 @@ /* FIX FOR Portal Theme */ -.aui input[type="text"], .aui select, .aui textarea, .aui .uneditable-input { +.aui body { + color: #000; + font-weight: normal !important; +} + +.aui input[type="text"], .aui select, .aui textarea, .aui .uneditable-input + { margin-bottom: 1px !important; padding: 0px !important; } .aui input, .aui textarea, .aui .uneditable-input { - width: 100% !important; + width: 100% !important; } .aui p { - margin: 0px !important; + margin: 0px !important; } .aui img { - vertical-align: baseline !important; + vertical-align: baseline !important; } .aui fieldset { - padding: 9px !important; - /* margin: 0; */ - border: 1px solid rgb(181, 184, 200) !important; + padding: 9px !important; + /* margin: 0; */ + border: 1px solid rgb(181, 184, 200) !important; } .aui legend { margin-bottom: 0px !important; - width: auto !important; + width: auto !important; border-bottom: none !important; } +