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/Flat/flat.css | 4 ++-- p/themes/Flat/flat.rtl.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'p/themes/Flat') diff --git a/p/themes/Flat/flat.css b/p/themes/Flat/flat.css index a968a4412..96fb169ba 100644 --- a/p/themes/Flat/flat.css +++ b/p/themes/Flat/flat.css @@ -83,8 +83,8 @@ th { background: #f6f6f6; } -form td, -form th { +.config-articleicons td, +.config-articleicons th { font-weight: normal; text-align: center; } diff --git a/p/themes/Flat/flat.rtl.css b/p/themes/Flat/flat.rtl.css index a25164d51..da2e7aabe 100644 --- a/p/themes/Flat/flat.rtl.css +++ b/p/themes/Flat/flat.rtl.css @@ -83,8 +83,8 @@ th { background: #f6f6f6; } -form td, -form th { +.config-articleicons td, +.config-articleicons th { font-weight: normal; text-align: center; } -- cgit v1.2.3