updated styles

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gis-viewer@100869 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-10-22 14:45:22 +00:00
parent 4e23c65318
commit ceb408728f
3 changed files with 5 additions and 2 deletions

View File

@ -157,7 +157,8 @@ implements ToolbarHandler, DataPanelHandler, LayersPanelHandler, CqlFilterHandle
@Override
public void onFailure(Throwable caught) {
MessageBox.alert("Error retrieving the transect url", caught.getMessage(), null);
// MessageBox.alert("Error retrieving the transect url", caught.getMessage(), null);
GWT.log("Error transect url fail");
}
@Override

View File

@ -113,6 +113,8 @@ public class LayerToolsPanel extends VerticalPanel {
this.layerItem = layerItem;
this.layersPanelHandler = layersPanelHandler;
this.setStyleAttribute("margin-bottom", "2px");
// this.btnTransect.setVisible(false);
// setTransectInfo();

View File

@ -31,7 +31,7 @@ public class LayersDropTarget extends DropTarget {
protected LayersPanel layersPanel;
private int lastPosition = -1;
static final int spacing = 3;
static final int spacing = 1;
/**
* Creates a new drop target instance.