diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css index ad718755..e3c98728 100644 --- a/webui/src/main/css/muwire.css +++ b/webui/src/main/css/muwire.css @@ -383,6 +383,7 @@ div#trustedUsers table tbody td:nth-child(3) { } div#trustedUsers table tbody td:nth-child(1) { text-overflow: ellipsis; + overflow: auto; } div#trustedUsers table tbody td:nth-child(3) { text-align: center; @@ -390,6 +391,7 @@ div#trustedUsers table tbody td:nth-child(3) { div#distrustedUsers table tbody td:nth-child(1) { text-overflow: ellipsis; + overflow: auto; } div#distrustedUsers table thead th:nth-child(2) { width: 300px; diff --git a/webui/src/main/js/trustUsers.js b/webui/src/main/js/trustUsers.js index d269cfb2..0a440fa3 100644 --- a/webui/src/main/js/trustUsers.js +++ b/webui/src/main/js/trustUsers.js @@ -12,19 +12,18 @@ class Persona { getMapping(trusted) { var mapping = new Map() var nameHtml = this.user + nameHtml += "
" + if (trusted) { nameHtml += "
" } else { - nameHtml += "
" - nameHtml += this.getTrustedLink() - nameHtml += " " - nameHtml += this.getNeutralLink() - nameHtml += "
" nameHtml += "
" } diff --git a/webui/src/main/webapp/TrustUsers.jsp b/webui/src/main/webapp/TrustUsers.jsp index 3e71f4a0..62338568 100644 --- a/webui/src/main/webapp/TrustUsers.jsp +++ b/webui/src/main/webapp/TrustUsers.jsp @@ -25,7 +25,7 @@ helptext += "
" + Util._t("You can subscribe to the trust lists of the users

<%=Util._t("Trusted Users")%>

-
+
@@ -33,7 +33,7 @@ helptext += "
" + Util._t("You can subscribe to the trust lists of the users

<%=Util._t("Distrusted Users")%>

-
+