aboutsummaryrefslogtreecommitdiff
path: root/p/themes/Mapco
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-03-17 22:49:12 +0100
committerGravatar GitHub <noreply@github.com> 2024-03-17 22:49:12 +0100
commit6bd6494ad48c4894befed44e9c3f753c123aca5d (patch)
treec275e183b49904f0e85386380f4f1f685e710ee8 /p/themes/Mapco
parentd7bc70e3fb9785ee74e3d446d7a11858a083fe6a (diff)
fixed HTML: <fieldset> + <legend> (#6202)
* legend tags cleaned * formgroup -> fieldset tag * add bookmarklet class * Update logs.phtml * Update logs.phtml * fixed log table text alignment
Diffstat (limited to 'p/themes/Mapco')
-rw-r--r--p/themes/Mapco/_tables.scss4
-rw-r--r--p/themes/Mapco/mapco.css4
-rw-r--r--p/themes/Mapco/mapco.rtl.css4
3 files changed, 6 insertions, 6 deletions
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;
}