diff --git a/emhttp/plugins/dynamix/styles/default-azure.css b/emhttp/plugins/dynamix/styles/default-azure.css index 60bd8b5ce..3f86788f3 100644 --- a/emhttp/plugins/dynamix/styles/default-azure.css +++ b/emhttp/plugins/dynamix/styles/default-azure.css @@ -119,12 +119,12 @@ table thead td{line-height:3rem;height:3rem;white-space:nowrap} table tbody td{line-height:3rem;height:3rem;white-space:nowrap} table tbody tr.tr_last{border-bottom:1px solid #606e7f} table.unraid tbody tr:not(.tr_last):hover>td{background-color:rgba(0,0,0,0.05)} -table.unraid tr>td{overflow:hidden;text-overflow:ellipsis} +table.unraid tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px} table.unraid tr>td:hover{overflow:visible} table.disk_status{table-layout:fixed} table.disk_status tr>td{padding-right:8px} table.disk_status tr>td:nth-child(n+4){width:7%;text-align:right} -table.disk_status tr>td:nth-child(1){width:13%;padding-left:8px} +table.disk_status tr>td:nth-child(1){width:13%} table.disk_status tr>td:nth-child(2){width:30%} table.disk_status tr>td:nth-child(3){width:8%;text-align:center} table.disk_status tr.offline>td:nth-child(2){width:auto} diff --git a/emhttp/plugins/dynamix/styles/default-black.css b/emhttp/plugins/dynamix/styles/default-black.css index a830e1f3a..4426d9094 100644 --- a/emhttp/plugins/dynamix/styles/default-black.css +++ b/emhttp/plugins/dynamix/styles/default-black.css @@ -117,12 +117,12 @@ table tbody tr.alert{color:#f0000c} table tbody tr.warn{color:#e68a00} table.unraid tbody tr:nth-child(even){background-color:#212121} table.unraid tbody tr:not(.tr_last):hover>td{background-color:rgba(255,255,255,0.1)} -table.unraid tr>td{overflow:hidden;text-overflow:ellipsis} +table.unraid tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px} table.unraid tr>td:hover{overflow:visible} table.disk_status{table-layout:fixed} table.disk_status tr>td{padding-right:8px} table.disk_status tr>td:nth-child(n+4){width:7%;text-align:right} -table.disk_status tr>td:nth-child(1){width:13%;padding-left:8px} +table.disk_status tr>td:nth-child(1){width:13%} table.disk_status tr>td:nth-child(2){width:30%} table.disk_status tr>td:nth-child(3){width:8%;text-align:center} table.disk_status tr.offline>td:nth-child(2){width:auto} diff --git a/emhttp/plugins/dynamix/styles/default-gray.css b/emhttp/plugins/dynamix/styles/default-gray.css index cb9a7fc9e..d976ab3c8 100644 --- a/emhttp/plugins/dynamix/styles/default-gray.css +++ b/emhttp/plugins/dynamix/styles/default-gray.css @@ -119,12 +119,12 @@ table thead td{line-height:3rem;height:3rem;white-space:nowrap} table tbody td{line-height:3rem;height:3rem;white-space:nowrap} table tbody tr.tr_last{border-bottom:1px solid #606e7f} table.unraid tbody tr:not(.tr_last):hover>td{background-color:rgba(255,255,255,0.05)} -table.unraid tr>td{overflow:hidden;text-overflow:ellipsis} +table.unraid tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px} table.unraid tr>td:hover{overflow:visible} table.disk_status{table-layout:fixed} table.disk_status tr>td{padding-right:8px} table.disk_status tr>td:nth-child(n+4){width:7%;text-align:right} -table.disk_status tr>td:nth-child(1){width:13%;padding-left:8px} +table.disk_status tr>td:nth-child(1){width:13%} table.disk_status tr>td:nth-child(2){width:30%} table.disk_status tr>td:nth-child(3){width:8%;text-align:center} table.disk_status tr.offline>td:nth-child(2){width:auto} diff --git a/emhttp/plugins/dynamix/styles/default-white.css b/emhttp/plugins/dynamix/styles/default-white.css index 88a668f34..44038f3b1 100644 --- a/emhttp/plugins/dynamix/styles/default-white.css +++ b/emhttp/plugins/dynamix/styles/default-white.css @@ -117,12 +117,12 @@ table tbody tr.alert{color:#f0000c} table tbody tr.warn{color:#e68a00} table.unraid tbody tr:nth-child(even){background-color:#ededed} table.unraid tbody tr:not(.tr_last):hover>td{background-color:rgba(0,0,0,0.1)} -table.unraid tr>td{overflow:hidden;text-overflow:ellipsis} +table.unraid tr>td{overflow:hidden;text-overflow:ellipsis;padding-left:8px} table.unraid tr>td:hover{overflow:visible} table.disk_status{table-layout:fixed} table.disk_status tr>td{padding-right:8px} table.disk_status tr>td:nth-child(n+4){width:7%;text-align:right} -table.disk_status tr>td:nth-child(1){width:13%;padding-left:8px} +table.disk_status tr>td:nth-child(1){width:13%} table.disk_status tr>td:nth-child(2){width:30%} table.disk_status tr>td:nth-child(3){width:8%;text-align:center} table.disk_status tr.offline>td:nth-child(2){width:auto}