user login & user edit pages improvement
This commit is contained in:
parent
890a6121d2
commit
dc2e6d9780
|
@ -19,7 +19,6 @@ module:
|
|||
update: 0
|
||||
views_ui: 0
|
||||
workflow_ui: 0
|
||||
webprofiler: 0
|
||||
theme: { }
|
||||
complete_list:
|
||||
- maillog.settings
|
||||
|
|
|
@ -55,11 +55,6 @@ content:
|
|||
size: 60
|
||||
placeholder: ''
|
||||
third_party_settings: { }
|
||||
google_analytics:
|
||||
weight: 3
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
language:
|
||||
weight: 6
|
||||
region: content
|
||||
|
@ -72,7 +67,7 @@ content:
|
|||
third_party_settings: { }
|
||||
path:
|
||||
type: path
|
||||
weight: 7
|
||||
weight: 8
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -82,7 +77,7 @@ content:
|
|||
settings: { }
|
||||
third_party_settings: { }
|
||||
timezone:
|
||||
weight: 6
|
||||
weight: 7
|
||||
region: content
|
||||
settings: { }
|
||||
third_party_settings: { }
|
||||
|
@ -91,5 +86,6 @@ hidden:
|
|||
contact: true
|
||||
contact_company_profiles: true
|
||||
customer_profiles: true
|
||||
google_analytics: true
|
||||
langcode: true
|
||||
member_profiles: true
|
||||
|
|
File diff suppressed because one or more lines are too long
Binary file not shown.
|
@ -3007,3 +3007,13 @@ img.lazy{
|
|||
#better-messages-default{
|
||||
max-width: 90%;
|
||||
}
|
||||
|
||||
#auth_box #user-login-form{
|
||||
span.login-message{
|
||||
display: none;
|
||||
}
|
||||
input[type="email"],
|
||||
input[type="password"]{
|
||||
max-width: 95%;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue