diff --git a/webui/src/main/css/muwire.css b/webui/src/main/css/muwire.css index 132a3ba7..c14e6ffb 100644 --- a/webui/src/main/css/muwire.css +++ b/webui/src/main/css/muwire.css @@ -39,6 +39,9 @@ div#topTableSender table thead th:nth-child(3) { width: 100px; } div#topTableSender table thead th:nth-child(4) { + width: 100px; +} +div#topTableSender table thead th:nth-child(5) { width: 340px; } div#topTableSender table tbody td:nth-child(1) { @@ -97,6 +100,9 @@ div#bottomTableFile table thead th:nth-child(2) { width: 100px; } div#bottomTableFile table thead th:nth-child(3) { + width: 100px; +} +div#bottomTableFile table thead th:nth-child(4) { width: 340px; } div#bottomTableFile table tbody td:nth-child(1) { @@ -210,6 +216,38 @@ div#feedConfig table td { padding-bottom: 5px; } +div#feedsTable table thead th:nth-child(2) { + width: 70px; +} + +div#feedsTable table thead th:nth-child(3) { + width: 170px; +} + +div#feedsTable table thead th:nth-child(4) { + width: 100px; +} + +div#feedsTable table tbody td:nth-child(1) { + text-overflow: ellipsis; +} + +div#itemsTable table thead th:nth-child(2) { + width: 80px; +} + +div#itemsTable table thead th:nth-child(3) { + width: 70px; +} + +div#itemsTable table thead th:nth-child(4) { + width: 170px; +} + +div#itemsTable table tbody td:nth-child(1) { + text-overflow: ellipsis; +} + div#uploads table thead th:nth-child(2) { width: 120px; }