updated css: added cursor move

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/gis-viewer@101701 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Francesco Mangiacrapa 2014-11-25 11:32:39 +00:00
parent ecedcfc27d
commit 55ce05c5ce
2 changed files with 8 additions and 8 deletions

View File

@ -114,6 +114,7 @@ public class LayerToolsPanel extends VerticalPanel {
this.layersPanelHandler = layersPanelHandler;
this.setStyleAttribute("margin-bottom", "2px");
// this.addStyleName("layer-tool-panel");
// this.btnTransect.setVisible(false);
// setTransectInfo();
@ -361,19 +362,14 @@ public class LayerToolsPanel extends VerticalPanel {
if(title.length()>maxChars){
title = title.substring(0, maxChars)+"...";
}
//CICCIO
Html newHtml = new Html("<div style='font-size:12px;'>"+title+"</div>");
newHtml.setToolTip(layerItem.getTitle());
// Html newHtml = new Html(" -"+layerItem.getName()+"- ");
//newHtml.setStyleAttribute("width", "120px");
newHtml.setStyleAttribute("overflow", "hidden");
newHtml.addListener(Events.OnClick, new Listener<BaseEvent>(){
@Override

View File

@ -439,6 +439,10 @@ div.myToolbar-no-items {
background-position: 0px -1px;
}
.layersPanel1 :HOVER{
cursor: move;
}
.imgCql:hover {
cursor: pointer;
}