From abd2b9a4346e865ca375a2a793b7be776d807c01 Mon Sep 17 00:00:00 2001 From: tale-fau Date: Wed, 27 Sep 2023 17:21:17 +0200 Subject: [PATCH] Fix css better solution --- public/css/app.css | 12 ++++++------ templates/organization.html.php | 2 +- templates/signature.html.php | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index 923ae3e..c13b670 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -111,11 +111,11 @@ } } -.decalage-pdf-div:dir(ltr) { +html.ltr .decalage-pdf-div { padding-right: 350px; } -.decalage-pdf-div:dir(rtl) { +html.rtl .decalage-pdf-div { padding-left: 350px; } @@ -123,18 +123,18 @@ top: 6px; } -#container-btn-zoom:dir(ltr) { +html.ltr #container-btn-zoom { right: 368px; } -#container-btn-zoom:dir(rtl) { +html.rtl #container-btn-zoom { left: 357px; } -.file-list-checkbox:dir(ltr) { +html.ltr .file-list-checkbox { right: 10px; } -.file-list-checkbox:dir(rtl) { +html.rtl .file-list-checkbox { left: 10px; } diff --git a/templates/organization.html.php b/templates/organization.html.php index 9b2ac29..2a9d4c6 100644 --- a/templates/organization.html.php +++ b/templates/organization.html.php @@ -1,5 +1,5 @@ - + diff --git a/templates/signature.html.php b/templates/signature.html.php index 0b8d122..f7fc207 100644 --- a/templates/signature.html.php +++ b/templates/signature.html.php @@ -1,5 +1,5 @@ - +