From 6bd6494ad48c4894befed44e9c3f753c123aca5d Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Sun, 17 Mar 2024 22:49:12 +0100 Subject: fixed HTML:
+ (#6202) * legend tags cleaned * formgroup -> fieldset tag * add bookmarklet class * Update logs.phtml * Update logs.phtml * fixed log table text alignment --- p/themes/Origine/origine.css | 4 ++-- p/themes/Origine/origine.rtl.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'p/themes/Origine') diff --git a/p/themes/Origine/origine.css b/p/themes/Origine/origine.css index e81d424ed..daa87e56c 100644 --- a/p/themes/Origine/origine.css +++ b/p/themes/Origine/origine.css @@ -165,8 +165,8 @@ th { background-color: var(--background-color-light-shadowed); } -form td, -form th { +.config-articleicons td, +.config-articleicons th { font-weight: normal; text-align: center; } diff --git a/p/themes/Origine/origine.rtl.css b/p/themes/Origine/origine.rtl.css index 3db04c480..cee08fa48 100644 --- a/p/themes/Origine/origine.rtl.css +++ b/p/themes/Origine/origine.rtl.css @@ -165,8 +165,8 @@ th { background-color: var(--background-color-light-shadowed); } -form td, -form th { +.config-articleicons td, +.config-articleicons th { font-weight: normal; text-align: center; } -- cgit v1.2.3