aboutsummaryrefslogtreecommitdiff
path: root/p
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
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')
-rw-r--r--p/scripts/integration.js4
-rw-r--r--p/themes/Alternative-Dark/adark.css4
-rw-r--r--p/themes/Alternative-Dark/adark.rtl.css4
-rw-r--r--p/themes/Ansum/_tables.scss4
-rw-r--r--p/themes/Ansum/ansum.css4
-rw-r--r--p/themes/Ansum/ansum.rtl.css4
-rw-r--r--p/themes/Flat/flat.css4
-rw-r--r--p/themes/Flat/flat.rtl.css4
-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
-rw-r--r--p/themes/Nord/nord.css4
-rw-r--r--p/themes/Nord/nord.rtl.css4
-rw-r--r--p/themes/Origine/origine.css4
-rw-r--r--p/themes/Origine/origine.rtl.css4
-rw-r--r--p/themes/Pafat/pafat.css4
-rw-r--r--p/themes/Pafat/pafat.rtl.css4
-rw-r--r--p/themes/Swage/swage.css4
-rw-r--r--p/themes/Swage/swage.rtl.css4
-rw-r--r--p/themes/base-theme/base.css4
-rw-r--r--p/themes/base-theme/base.rtl.css4
21 files changed, 42 insertions, 42 deletions
diff --git a/p/scripts/integration.js b/p/scripts/integration.js
index 17760a04f..6a2face33 100644
--- a/p/scripts/integration.js
+++ b/p/scripts/integration.js
@@ -15,7 +15,7 @@ const init_integration = function () {
const shareTypes = event.target.closest('.group-controls').querySelector('select');
const shareType = shareTypes.options[shareTypes.selectedIndex];
const template = document.getElementById(shareType.getAttribute('data-form') + '-share');
- let newShare = template.content.cloneNode(true).querySelector('formgroup').outerHTML;
+ let newShare = template.content.cloneNode(true).querySelector('fieldset').outerHTML;
newShare = newShare.replace(/##label##/g, shareType.text);
newShare = newShare.replace(/##type##/g, shareType.value);
@@ -23,7 +23,7 @@ const init_integration = function () {
newShare = newShare.replace(/##key##/g, shares);
newShare = newShare.replace(/##method##/g, shareType.getAttribute('data-method'));
newShare = newShare.replace(/##field##/g, shareType.getAttribute('data-field'));
- event.target.closest('formgroup').insertAdjacentHTML('beforebegin', newShare);
+ event.target.closest('fieldset').insertAdjacentHTML('beforebegin', newShare);
shares++;
});
diff --git a/p/themes/Alternative-Dark/adark.css b/p/themes/Alternative-Dark/adark.css
index 96b25139a..2cbbb3168 100644
--- a/p/themes/Alternative-Dark/adark.css
+++ b/p/themes/Alternative-Dark/adark.css
@@ -129,8 +129,8 @@ th {
background: var(--background-color-light);
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}
diff --git a/p/themes/Alternative-Dark/adark.rtl.css b/p/themes/Alternative-Dark/adark.rtl.css
index 53a16cfdb..98e228646 100644
--- a/p/themes/Alternative-Dark/adark.rtl.css
+++ b/p/themes/Alternative-Dark/adark.rtl.css
@@ -129,8 +129,8 @@ th {
background: var(--background-color-light);
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}
diff --git a/p/themes/Ansum/_tables.scss b/p/themes/Ansum/_tables.scss
index 7376279e0..ca568b1fe 100644
--- a/p/themes/Ansum/_tables.scss
+++ b/p/themes/Ansum/_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/Ansum/ansum.css b/p/themes/Ansum/ansum.css
index 61873b58a..0681d239e 100644
--- a/p/themes/Ansum/ansum.css
+++ b/p/themes/Ansum/ansum.css
@@ -195,8 +195,8 @@ th {
background: #fcfaf8;
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}
diff --git a/p/themes/Ansum/ansum.rtl.css b/p/themes/Ansum/ansum.rtl.css
index 6e6f2088f..2860d2249 100644
--- a/p/themes/Ansum/ansum.rtl.css
+++ b/p/themes/Ansum/ansum.rtl.css
@@ -195,8 +195,8 @@ th {
background: #fcfaf8;
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}
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;
}
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;
}
diff --git a/p/themes/Nord/nord.css b/p/themes/Nord/nord.css
index 34857c01b..96f6772cd 100644
--- a/p/themes/Nord/nord.css
+++ b/p/themes/Nord/nord.css
@@ -171,8 +171,8 @@ button.as-link[disabled] {
}
/*=== Tables */
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
}
diff --git a/p/themes/Nord/nord.rtl.css b/p/themes/Nord/nord.rtl.css
index 2bf3e733a..c268e1b32 100644
--- a/p/themes/Nord/nord.rtl.css
+++ b/p/themes/Nord/nord.rtl.css
@@ -171,8 +171,8 @@ button.as-link[disabled] {
}
/*=== Tables */
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
}
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;
}
diff --git a/p/themes/Pafat/pafat.css b/p/themes/Pafat/pafat.css
index f76e64287..c2bae5301 100644
--- a/p/themes/Pafat/pafat.css
+++ b/p/themes/Pafat/pafat.css
@@ -153,8 +153,8 @@ th {
background-color: var(--background-color-grey);
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}
diff --git a/p/themes/Pafat/pafat.rtl.css b/p/themes/Pafat/pafat.rtl.css
index 098729191..e62a07eab 100644
--- a/p/themes/Pafat/pafat.rtl.css
+++ b/p/themes/Pafat/pafat.rtl.css
@@ -153,8 +153,8 @@ th {
background-color: var(--background-color-grey);
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}
diff --git a/p/themes/Swage/swage.css b/p/themes/Swage/swage.css
index 678953101..2d59d9eca 100644
--- a/p/themes/Swage/swage.css
+++ b/p/themes/Swage/swage.css
@@ -157,8 +157,8 @@ th {
background-color: var(--color-background-light);
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}
diff --git a/p/themes/Swage/swage.rtl.css b/p/themes/Swage/swage.rtl.css
index 1791c19b0..9e52fe992 100644
--- a/p/themes/Swage/swage.rtl.css
+++ b/p/themes/Swage/swage.rtl.css
@@ -157,8 +157,8 @@ th {
background-color: var(--color-background-light);
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}
diff --git a/p/themes/base-theme/base.css b/p/themes/base-theme/base.css
index 1bf5efe76..54d6fba9e 100644
--- a/p/themes/base-theme/base.css
+++ b/p/themes/base-theme/base.css
@@ -63,8 +63,8 @@ th, td {
th {
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}
diff --git a/p/themes/base-theme/base.rtl.css b/p/themes/base-theme/base.rtl.css
index 74609faa5..7de8e4b49 100644
--- a/p/themes/base-theme/base.rtl.css
+++ b/p/themes/base-theme/base.rtl.css
@@ -63,8 +63,8 @@ th, td {
th {
}
-form td,
-form th {
+.config-articleicons td,
+.config-articleicons th {
font-weight: normal;
text-align: center;
}