From fea89c5231abb2648713146fd36161cb5e07cede Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 14 Mar 2026 06:16:53 +0100 Subject: [PATCH] Remove and replace inline styles. --- public/v1/css/firefly.css | 13 ++++++ resources/views/layout/default.twig | 2 +- resources/views/layout/empty.twig | 2 +- resources/views/layout/guest.twig | 2 +- resources/views/layout/install.twig | 4 +- resources/views/list/ale.twig | 4 +- resources/views/list/attachments.twig | 2 +- resources/views/list/bills.twig | 10 ++--- resources/views/list/groups.twig | 42 +++++++++---------- resources/views/partials/empty.twig | 2 +- resources/views/partials/journal-row.twig | 1 - resources/views/partials/transaction-row.twig | 1 - resources/views/piggy-banks/index.twig | 2 +- resources/views/recurring/create.twig | 2 +- resources/views/recurring/edit.twig | 2 +- resources/views/recurring/index.twig | 6 +-- resources/views/reports/audit/report.twig | 8 ++-- resources/views/reports/index.twig | 2 +- .../v2/errors/FireflyException.blade.php | 2 +- 19 files changed, 59 insertions(+), 50 deletions(-) delete mode 100644 resources/views/partials/journal-row.twig delete mode 100644 resources/views/partials/transaction-row.twig diff --git a/public/v1/css/firefly.css b/public/v1/css/firefly.css index 221e26fd85..0708c582e4 100644 --- a/public/v1/css/firefly.css +++ b/public/v1/css/firefly.css @@ -35,9 +35,22 @@ /* install box border */ .install-box-border {border:1px #ddd solid;} +.install-box-title {font-family: monospace;font-size:16pt;} + +/* some borders and lines */ +.top-light-border {border-top:1px #aaa solid;} +.top-dark-border {border-top:1px #777 solid;} +.bottom-light-border {border-bottom:1px #aaa solid;} + +/* misc */ +.calendar-display {max-width: 400px;margin: 0 auto;} +.empty-high-block {height:400px;} +.fw-normal {font-weight: normal;} /** tables **/ th.ten {width:10%;} +td.twenty th.twenty {width:25%;} +td.onetwenty {width:120px;} td.quarter th.quarter {width:25%;} td.thirty th.thirty {width:30%;} td.third th.third {width:33%;} diff --git a/resources/views/layout/default.twig b/resources/views/layout/default.twig index 8c23bb8a19..6a69ccbf9b 100644 --- a/resources/views/layout/default.twig +++ b/resources/views/layout/default.twig @@ -290,7 +290,7 @@ + class="no-border" alt=""/>

{% endif %}