diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css
index 56a216de..ad718755 100644
--- a/webui/src/main/css/muwire.css
+++ b/webui/src/main/css/muwire.css
@@ -57,7 +57,7 @@ div#activeSearches table td:nth-child(2) {
}
div#topTableSender table thead th:nth-child(1) {
- width: 35%;
+ width: 45%;
}
div#topTableSender table thead th:nth-child(2) {
width: 100px;
@@ -69,7 +69,7 @@ div#topTableSender table thead th:nth-child(4) {
width: 100px;
}
div#topTableSender table thead th:nth-child(5) {
- width: 35%;
+ width: 20%;
}
div#topTableSender table tbody td:nth-child(1) {
text-overflow: ellipsis;
@@ -81,6 +81,11 @@ div#topTableSender table tbody td:nth-child(3) {
padding-right: 40px;
text-align: right;
}
+div#topTableSender table tbody td:nth-child(5) {
+ text-overflow: ellipsis;
+ overflow: auto;
+ text-align: center;
+}
div#bottomTableSender table thead th:nth-child(2) {
width: 100px;
@@ -130,7 +135,7 @@ div#bottomTableFile table thead th:nth-child(3) {
width: 100px;
}
div#bottomTableFile table thead th:nth-child(4) {
- width: 340px;
+ width: 20%;
}
div#bottomTableFile table tbody td:nth-child(1) {
text-overflow: ellipsis;
@@ -138,6 +143,10 @@ div#bottomTableFile table tbody td:nth-child(1) {
div#bottomTableFile table tbody td:nth-child(2) {
text-align: center;
}
+div#bottomTableFile table tbody td:nth-child(4) {
+ text-overflow:ellipsis;
+ overflow:auto;
+}
div#activeBrowses table thead th:nth-child(2) {
width: 100px;
@@ -492,6 +501,11 @@ span.right {
float: right;
}
+span.center {
+ display : inline-block;
+ text-align : center;
+}
+
input.right {
text-align: right;
}
@@ -593,19 +607,41 @@ li.fileTree {
width: max-content;
}
+.dropdown-content-right {
+ display: none;
+ position: absolute;
+ z-index:1;
+ background: var(--hover-menu-bg);
+ background-color: var(--hover-menu-bg);
+ padding: 3px 14px 3px 14px;
+ width: max-content;
+ right: 0;
+}
+
.dropdown-content a {
color: black;
display: block;
}
+.dropdown-content-right a {
+ color: black;
+ display: block;
+}
+
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
background: var(--hover-menu-link-bg);
background-color: var(--hover-menu-link-bg);
}
+.dropdown-content-right a:hover {
+ background: var(--hover-menu-link-bg);
+ background-color: var(--hover-menu-link-bg);
+}
+
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}
+.dropdown:hover .dropdown-content-right {display: block;}
textarea.copypaste {
opacity: 0;
diff --git a/webui/src/main/js/search.js b/webui/src/main/js/search.js
index c5aaea74..000e539a 100644
--- a/webui/src/main/js/search.js
+++ b/webui/src/main/js/search.js
@@ -44,7 +44,10 @@ class Sender {
mapping.set("Sender", this.getSenderLink())
mapping.set("Results", this.results)
- var trustHtml = this.trust + "" + this.getTrustLinks() + ""
+ var trustActionHtml = "" + _t("Actions") + "