diff --git a/src/main/java/org/gcube/portlets/user/geoportaldataviewer/client/ui/crossfiltering/CrossFilteringLayerPanel.java b/src/main/java/org/gcube/portlets/user/geoportaldataviewer/client/ui/crossfiltering/CrossFilteringLayerPanel.java index db86a25..540b31b 100644 --- a/src/main/java/org/gcube/portlets/user/geoportaldataviewer/client/ui/crossfiltering/CrossFilteringLayerPanel.java +++ b/src/main/java/org/gcube/portlets/user/geoportaldataviewer/client/ui/crossfiltering/CrossFilteringLayerPanel.java @@ -282,8 +282,8 @@ public class CrossFilteringLayerPanel extends Composite { */ private String placeholderLayer(LayerIDV layersIDV) { String placeholder = "Select"; - if (layersIDV != null) - placeholder += " " + layersIDV.getTitle(); +// if (layersIDV != null) +// placeholder += " " + layersIDV.getTitle(); placeholder += " ..."; return placeholder; diff --git a/src/main/webapp/GeoportalDataViewer.css b/src/main/webapp/GeoportalDataViewer.css index 53d5764..7ba6fd8 100644 --- a/src/main/webapp/GeoportalDataViewer.css +++ b/src/main/webapp/GeoportalDataViewer.css @@ -26,7 +26,7 @@ body { background-color: white; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); padding: 10px; - border-radius: 2px; + border-radius: 10px; border: 1px solid #cccccc; bottom: 12px; left: -50px;