updated css

This commit is contained in:
Massimiliano Assante 2023-03-08 14:56:25 +01:00
parent 174566c0ed
commit 4faf754d8c
3 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>vlabs-display-portlet2</name>
<name>vlabs-display-portlet</name>
<comment></comment>
<projects>
</projects>

View File

@ -22,6 +22,7 @@ public class Utils {
public static VLabBean getVLabBean(User currentUser, String urlContainingGroupId) {
VLabBean toReturn = new VLabBean();
toReturn.setFriendlyURL("");
toReturn.setAccessPolicy(GroupMembershipType.PRIVATE);
String[] splits = urlContainingGroupId.split("=");
long groupId = -1;
try {

View File

@ -19,6 +19,10 @@
height: 17px;
}
.virtual-labs-widget h3 {
font-size: 22px;
}
.open-color {
color: #008000;
}