user login & user edit pages improvement

This commit is contained in:
Bachir Soussi Chiadmi 2022-03-08 21:22:38 +01:00
parent 890a6121d2
commit dc2e6d9780
5 changed files with 14 additions and 9 deletions

View File

@ -19,7 +19,6 @@ module:
update: 0 update: 0
views_ui: 0 views_ui: 0
workflow_ui: 0 workflow_ui: 0
webprofiler: 0
theme: { } theme: { }
complete_list: complete_list:
- maillog.settings - maillog.settings

View File

@ -55,11 +55,6 @@ content:
size: 60 size: 60
placeholder: '' placeholder: ''
third_party_settings: { } third_party_settings: { }
google_analytics:
weight: 3
region: content
settings: { }
third_party_settings: { }
language: language:
weight: 6 weight: 6
region: content region: content
@ -72,7 +67,7 @@ content:
third_party_settings: { } third_party_settings: { }
path: path:
type: path type: path
weight: 7 weight: 8
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -82,7 +77,7 @@ content:
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
timezone: timezone:
weight: 6 weight: 7
region: content region: content
settings: { } settings: { }
third_party_settings: { } third_party_settings: { }
@ -91,5 +86,6 @@ hidden:
contact: true contact: true
contact_company_profiles: true contact_company_profiles: true
customer_profiles: true customer_profiles: true
google_analytics: true
langcode: true langcode: true
member_profiles: true member_profiles: true

File diff suppressed because one or more lines are too long

View File

@ -3006,4 +3006,14 @@ img.lazy{
#better-messages-default{ #better-messages-default{
max-width: 90%; max-width: 90%;
}
#auth_box #user-login-form{
span.login-message{
display: none;
}
input[type="email"],
input[type="password"]{
max-width: 95%;
}
} }