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
This commit is contained in:
Massimiliano Assante 2016-05-22 16:17:30 +00:00
parent 3f36eba430
commit b2ab8caf97
2 changed files with 2 additions and 2 deletions

View File

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

View File

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