diff --git a/html/admin/css/foxxView.css b/html/admin/css/foxxView.css
index 9d14f9fbad..a05f5f56b4 100644
--- a/html/admin/css/foxxView.css
+++ b/html/admin/css/foxxView.css
@@ -3,6 +3,7 @@
}
.foxxDescription {
width:190px;
+ float: left;
text-align: left;
word-wrap: break-word;
}
@@ -10,6 +11,10 @@
.foxxIcon {
width:64px;
height:64px;
- float:right;
+ float:left;
padding:10px;
+}
+
+.badge-foxx {
+ bottom: 0px;
}
\ No newline at end of file
diff --git a/html/admin/js/templates/foxxActiveView.ejs b/html/admin/js/templates/foxxActiveView.ejs
index b8a90528e4..4d96b29f23 100644
--- a/html/admin/js/templates/foxxActiveView.ejs
+++ b/html/admin/js/templates/foxxActiveView.ejs
@@ -8,9 +8,21 @@
Mount-Point: <%=attributes.mount %>
Version: <%=appInfos[2] %>
Prefix: <%=attributes.collectionPrefix%>
- Active: <%=attributes.active%>
+