aboutsummaryrefslogtreecommitdiff
path: root/p/themes/base-theme
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-03-04 13:57:52 +0100
committerGravatar GitHub <noreply@github.com> 2023-03-04 13:57:52 +0100
commit27c7367534518f1adfd9b12551a2c7a45459cab3 (patch)
treee7e7732e55de14617f1ee6ad90cee49b443c860c /p/themes/base-theme
parent1c1e63c6ad27d0ebd34324b09f176b6767adc0cf (diff)
Improve UI/UX install process (#5147)
* less buttons on step 1 * add form-group * jump to next step as link not as button * improve navigation bar HTML structure * sync password-show button with extra.js * fix CSS * i18n: step 4: split text strings for help text (max chars default user) * show menu button if mobile view * improve header layout with empty div * step 5: button in form-actions * improve buttons in goup-controls * Favicon added * Button: Font color hover btn-attention * install check step: add subtitles * fix .btn * improve tabindex * improve showPW_this()
Diffstat (limited to 'p/themes/base-theme')
-rw-r--r--p/themes/base-theme/frss.css6
-rw-r--r--p/themes/base-theme/frss.rtl.css6
2 files changed, 12 insertions, 0 deletions
diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css
index 6a5ef8b87..43c6b7d4d 100644
--- a/p/themes/base-theme/frss.css
+++ b/p/themes/base-theme/frss.css
@@ -738,6 +738,12 @@ input[type="checkbox"]:focus-visible {
width: 100%
}
+.group-controls .next-step {
+ display: inline-block;
+ padding-top: 6px;
+ padding-bottom: 6px;
+}
+
.alert-head {
margin: 0;
font-weight: bold;
diff --git a/p/themes/base-theme/frss.rtl.css b/p/themes/base-theme/frss.rtl.css
index 1d818cf1a..62afd6ff0 100644
--- a/p/themes/base-theme/frss.rtl.css
+++ b/p/themes/base-theme/frss.rtl.css
@@ -738,6 +738,12 @@ input[type="checkbox"]:focus-visible {
width: 100%
}
+.group-controls .next-step {
+ display: inline-block;
+ padding-top: 6px;
+ padding-bottom: 6px;
+}
+
.alert-head {
margin: 0;
font-weight: bold;