Styling enhancements to improve consistency

This commit is contained in:
bergware
2023-12-11 20:43:49 +01:00
parent bddc9bb40a
commit d5f5ddcddf
2 changed files with 2 additions and 0 deletions

View File

@@ -120,6 +120,7 @@ table.unraid tbody tr:not(.tr_last):hover>td{background-color:rgba(255,255,255,0
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:last-child{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%}
table.disk_status tr>td:nth-child(2){width:30%}

View File

@@ -120,6 +120,7 @@ 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;padding-left:8px}
table.unraid tr>td:hover{overflow:visible}
table.disk_status{table-layout:fixed}
table.disk_status tr>td:last-child{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%}
table.disk_status tr>td:nth-child(2){width:30%}