diff --git a/style.css b/style.css index 7e1c2e4..75918a2 100644 --- a/style.css +++ b/style.css @@ -289,7 +289,7 @@ table { width: 100%; border-collapse: collapse; font-size: .92rem; } .month-table th:nth-child(3), .month-table td:nth-child(3), .month-table th:nth-child(4), .month-table td:nth-child(4), .month-table th:nth-child(5), .month-table td:nth-child(5), -.month-table th:nth-child(6), .month-table td:nth-child(6), +.month-table th:nth-child(6), .month-table td:nth-child(6) { width: 5rem; } .month-table th:nth-child(7), .month-table td:nth-child(7) { width: 7.2rem; } th, td { padding: .75rem .65rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; } th { color: var(--muted); font-size: .78rem; text-transform: uppercase; letter-spacing: .04em; } @@ -321,8 +321,8 @@ tbody tr:hover { background: rgba(255,255,255,.04); } .important-col { background: rgba(47,143,58,.14); font-size: 1.18rem; font-weight: 900; } .important-col .balance-override-input { font-size: 1.05rem; font-weight: 900; } .balance-override-input { - width: 5.2rem; - padding: .28rem .35rem; + width: 4.35rem; + padding: .28rem .3rem; text-align: right; font-size: .85rem; }