From 27c7367534518f1adfd9b12551a2c7a45459cab3 Mon Sep 17 00:00:00 2001 From: maTh Date: Sat, 4 Mar 2023 13:57:52 +0100 Subject: 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() --- p/themes/base-theme/frss.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'p/themes/base-theme/frss.css') 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; -- cgit v1.2.3