aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2022-04-18 22:05:12 +0200
committerGravatar GitHub <noreply@github.com> 2022-04-18 22:05:12 +0200
commitc9d0d20ef66d546d1a1e24380b1363d2471986e9 (patch)
treea680ba511de00bd53ee25b0f4ad21617252d2ef8 /p/themes/base-theme
parent34f7558cfb7bbfa3b6e82a6f5275fb1a0da19bb7 (diff)
Fix: article footer + improve: labeling (#4306)
* icon = open dropdown * label icon * added: link to edit labels * dropdown-menu label: padding and hover * improve input row * CSS * Update main.js * Update main.js * Update main.js * fix * make addItem button selectable via tabbing * Fixed theme: Ansum * tags menu: use the new icon * Fixed theme: Flat design make the manage button visible * fixed Theme: Mapco * Fixed theme: Pafat
Diffstat (limited to 'p/themes/base-theme')
-rw-r--r--p/themes/base-theme/template.css20
-rw-r--r--p/themes/base-theme/template.rtl.css20
2 files changed, 40 insertions, 0 deletions
diff --git a/p/themes/base-theme/template.css b/p/themes/base-theme/template.css
index c1a34cf87..df0f6d323 100644
--- a/p/themes/base-theme/template.css
+++ b/p/themes/base-theme/template.css
@@ -223,6 +223,22 @@ input[type="checkbox"] {
margin-right: .5em;
}
+.dropdown-menu .item .checkboxNewTag {
+ display: none;
+}
+
+.dropdown-menu .item.addItem {
+ padding: 0 0.5em;
+}
+
+.dropdown-menu .item.addItem .stick {
+ width: 100%
+}
+
+.dropdown-menu .item.addItem .stick input[type=text] {
+ width: 100%;
+}
+
button.as-link,
button.as-link:hover,
button.as-link:active {
@@ -1103,6 +1119,10 @@ a.website:hover .favicon {
list-style-type: decimal;
}
+.flux_content .bottom .dropdown-toggle .icon {
+ margin-right: 5px;
+}
+
/*=== Feed article content */
.hide_posts > .flux:not(.active) > .flux_content {
display: none;
diff --git a/p/themes/base-theme/template.rtl.css b/p/themes/base-theme/template.rtl.css
index 61ce3b0d2..be934009b 100644
--- a/p/themes/base-theme/template.rtl.css
+++ b/p/themes/base-theme/template.rtl.css
@@ -223,6 +223,22 @@ input[type="checkbox"] {
margin-left: .5em;
}
+.dropdown-menu .item .checkboxNewTag {
+ display: none;
+}
+
+.dropdown-menu .item.addItem {
+ padding: 0 0.5em;
+}
+
+.dropdown-menu .item.addItem .stick {
+ width: 100%
+}
+
+.dropdown-menu .item.addItem .stick input[type=text] {
+ width: 100%;
+}
+
button.as-link,
button.as-link:hover,
button.as-link:active {
@@ -1103,6 +1119,10 @@ a.website:hover .favicon {
list-style-type: decimal;
}
+.flux_content .bottom .dropdown-toggle .icon {
+ margin-left: 5px;
+}
+
/*=== Feed article content */
.hide_posts > .flux:not(.active) > .flux_content {
display: none;