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/Mapco/_tables.scss | 4 ++-- p/themes/Mapco/mapco.css | 4 ++-- p/themes/Mapco/mapco.rtl.css | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'p/themes/Mapco') diff --git a/p/themes/Mapco/_tables.scss b/p/themes/Mapco/_tables.scss index 7376279e0..ca568b1fe 100644 --- a/p/themes/Mapco/_tables.scss +++ b/p/themes/Mapco/_tables.scss @@ -13,8 +13,8 @@ th { background: variables.$grey-lighter; } -form td, -form th { +.config-articleicons td, +.config-articleicons th { font-weight: normal; text-align: center; } diff --git a/p/themes/Mapco/mapco.css b/p/themes/Mapco/mapco.css index 13e7364fa..79ac2bb16 100644 --- a/p/themes/Mapco/mapco.css +++ b/p/themes/Mapco/mapco.css @@ -194,8 +194,8 @@ th { background: #f9fafb; } -form td, -form th { +.config-articleicons td, +.config-articleicons th { font-weight: normal; text-align: center; } diff --git a/p/themes/Mapco/mapco.rtl.css b/p/themes/Mapco/mapco.rtl.css index 38c4bfb69..1eefebc20 100644 --- a/p/themes/Mapco/mapco.rtl.css +++ b/p/themes/Mapco/mapco.rtl.css @@ -194,8 +194,8 @@ th { background: #f9fafb; } -form td, -form th { +.config-articleicons td, +.config-articleicons th { font-weight: normal; text-align: center; } -- cgit v1.2.3