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:
parent
4e23c65318
commit
ceb408728f
|
@ -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
|
||||
|
|
|
@ -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();
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue