Dashboard: styling fix

This commit is contained in:
bergware
2025-02-23 14:15:48 +01:00
parent c1ecb1b2de
commit 77ee4a6d97
4 changed files with 4 additions and 0 deletions

View File

@@ -147,6 +147,7 @@ table.share_status tr>td:nth-child(2){width:30%}
table.share_status tr>td:nth-child(n+3){width:10%}
table.share_status tr>td:nth-child(5){width:15%}
table.dashboard{margin:0;border:none;background-color:#d7dbdd}
table.dashboard thead.stopgap{border-left:1px solid #e4e2e4;border-right:1px solid #e4e2e4}
table.dashboard tbody{border:1px solid #cacfd2}
table.dashboard tr:first-child>td{height:3.6rem;padding-top:12px;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:none;vertical-align:top}
table.dashboard tr:last-child>td{padding-bottom:20px}

View File

@@ -145,6 +145,7 @@ table.share_status tr>td:nth-child(2){width:30%}
table.share_status tr>td:nth-child(n+3){width:10%}
table.share_status tr>td:nth-child(5){width:15%}
table.dashboard{margin:0;border:none;background-color:#262626}
table.dashboard thead.stopgap{border-left:1px solid #1c1b1b;border-right:1px solid #1c1b1b}
table.dashboard tbody{border:1px solid #333333}
table.dashboard tbody td{line-height:normal;height:auto;padding:3px 10px}
table.dashboard tr:first-child>td{height:3.6rem;padding-top:12px;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:none;vertical-align:top}

View File

@@ -147,6 +147,7 @@ table.share_status tr>td:nth-child(2){width:30%}
table.share_status tr>td:nth-child(n+3){width:10%}
table.share_status tr>td:nth-child(5){width:15%}
table.dashboard{margin:0;border:none;background-color:#212f3d}
table.dashboard thead.stopgap{border-left:1px solid #1b1d1b;border-right:1px solid #1b1d1b}
table.dashboard tbody{border:1px solid #566573}
table.dashboard tr:first-child>td{height:3.6rem;padding-top:12px;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:none;vertical-align:top}
table.dashboard tr:last-child>td{padding-bottom:20px}

View File

@@ -145,6 +145,7 @@ table.share_status tr>td:nth-child(2){width:30%}
table.share_status tr>td:nth-child(n+3){width:10%}
table.share_status tr>td:nth-child(5){width:15%}
table.dashboard{margin:0;border:none;background-color:#f7f9f9}
table.dashboard thead.stopgap{border-left:1px solid #f2f2f2;border-right:1px solid #f2f2f2}
table.dashboard tbody{border:1px solid #dfdfdf}
table.dashboard tbody td{line-height:normal;height:auto;padding:3px 10px}
table.dashboard tr:first-child>td{height:3.6rem;padding-top:12px;font-size:1.6rem;font-weight:bold;letter-spacing:1.8px;text-transform:none;vertical-align:top}