added add more VRE placeholder

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/my-vres@128761 82a268e6-3cf1-43bd-a215-b396298e98cf
master
Massimiliano Assante 8 years ago
parent 3f36eba430
commit b2ab8caf97

@ -52,7 +52,7 @@ public class ClickableVRE extends HTML {
@Override
public void onSuccess(String result) {
Location.assign(result+"/"+GCubePortalConstants.VRES_EXPLORE_FRIENDLY_URL);
Location.assign(result+GCubePortalConstants.VRES_EXPLORE_FRIENDLY_URL);
}
});
}

@ -52,7 +52,7 @@ a.vrelink:hover {
margin-top: 8px;
color: #999;
font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
font-size: 10px;
font-size: 12px;
font-variant:small-caps;
font-weight: bold;
}

Loading…
Cancel
Save