From 0b05cc4e102ea100fa4efbeae51526cd9c3c9e8a Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Fri, 8 Sep 2023 13:38:26 +0200 Subject: [PATCH] Documents: move styles --- Elwig/Documents/style-businessdocument.css | 17 +---------------- Elwig/Documents/style.css | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Elwig/Documents/style-businessdocument.css b/Elwig/Documents/style-businessdocument.css index c8c4c9d..9621244 100644 --- a/Elwig/Documents/style-businessdocument.css +++ b/Elwig/Documents/style-businessdocument.css @@ -1,23 +1,8 @@ -header, .address-wrapper, aside, main { +.address-wrapper, aside, main { overflow: hidden; } -header { - height: 45mm; - padding: 5mm; - position: absolute; - top: -25mm; - left: 0; - right: 0; - text-align: center; -} - -header h1 { - font-size: 18pt; - margin-top: 10mm; -} - .spacing { height: 20mm; } diff --git a/Elwig/Documents/style.css b/Elwig/Documents/style.css index a751ccb..6d54f91 100644 --- a/Elwig/Documents/style.css +++ b/Elwig/Documents/style.css @@ -27,6 +27,22 @@ table th { text-align: center; } +header { + height: 45mm; + padding: 5mm; + position: absolute; + top: -25mm; + left: 0; + right: 0; + text-align: center; + overflow: hidden; +} + +header h1 { + font-size: 18pt; + margin-top: 10mm; +} + .footer-wrapper { position: running(page-footer); width: 165mm;