Minor updated

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-wizard-widget@85766 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2013-11-20 14:25:29 +00:00 committed by Giancarlo Panichi
parent 690d4ef311
commit 7c8cc6e281
2 changed files with 16 additions and 2 deletions

View File

@ -22,8 +22,8 @@ public interface WizardCSS extends CssResource {
@ClassName("source-selection-hover")
public String getSourceSelectionHover();
// @ClassName("column-excluded")
// public String getColumnExcluded();
@ClassName("column-excluded")
public String getColumnExcluded();
@ClassName("importSelection-sources")
public String getImportSelectionSources();

View File

@ -38,3 +38,17 @@
padding-bottom: 20px;
}
.sdmxRegistryUrlStyle {
padding-top:5px;
}
.sdmxRegistryUrlInputStyle {
width:300px!important;
}
input#sdmxRegistryUrlInputFieldId-input {
width:300px!important;
}