refs:4381: org.gcube.portlets.user.tabular-data-toolbox-widget.1-11-0

https://support.d4science.org/issues/4381

Updated to Liferay 6.2 fix CSS

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-toolbox-widget@129362 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2016-06-23 14:04:39 +00:00 committed by Giancarlo Panichi
parent bb506483b7
commit 94eea66230
3 changed files with 5 additions and 2 deletions

View File

@ -1,4 +1,7 @@
<ReleaseNotes>
<Changeset component="${groupId}.${artifactId}.1-11-0" date="2016-07-15">
<Change>Fixed Layout</Change>
</Changeset>
<Changeset component="${groupId}.${artifactId}.1-10-0" date="2016-05-01">
<Change>Fixed Layout</Change>
</Changeset>

View File

@ -14,7 +14,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>tabular-data-toolbox-widget</artifactId>
<version>1.10.0-SNAPSHOT</version>
<version>1.11.0-SNAPSHOT</version>
<name>tabular-data-toolbox-widget</name>
<description>tabular-data-toolbox-widget implements a tab panel to show a tool for manage tabular resources</description>

View File

@ -59,7 +59,7 @@ public class HelpPanel extends FramedPanel {
}
public void addContents() {
HtmlLayoutContainer title = new HtmlLayoutContainer("<H2>" + msgs.helpPanelTitle() + "<H2>");
HtmlLayoutContainer title = new HtmlLayoutContainer("<span style='font-size: 18px;font-weight: bold;margin: 20px 0px;display: block;'>" + msgs.helpPanelTitle() + "</span>");
vl.add(title, new VerticalLayoutData(-1, -1, new Margins(0)));
contents = new FieldSet();