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"?> <?xml version="1.0" encoding="UTF-8"?>
<projectDescription> <projectDescription>
<name>vlabs-display-portlet2</name> <name>vlabs-display-portlet</name>
<comment></comment> <comment></comment>
<projects> <projects>
</projects> </projects>

View File

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

View File

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