From b5aa321d933422cfe8969bcc4ef19be227321388 Mon Sep 17 00:00:00 2001 From: sparkyx Date: Tue, 6 Aug 2024 21:38:51 +0200 Subject: [PATCH] Cosmetic h1.legend, legend & fieldset --- html/css/style-classic7.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/css/style-classic7.css b/html/css/style-classic7.css index f414de9d6..ffa2d3c17 100644 --- a/html/css/style-classic7.css +++ b/html/css/style-classic7.css @@ -634,6 +634,9 @@ h1.legend, legend { border-width: 1px; border-style: solid; padding: 1rem; + margin: 0.5rem 0rem 0.5rem 2rem; + + width: 20rem; border-radius: 5px; } @@ -1851,6 +1854,7 @@ div.box tr.even { } fieldset { border-width: 1px; + margin-left: 0.5rem; } #tva_select table { border-spacing: 0px;