user login & user edit pages improvement
This commit is contained in:
parent
890a6121d2
commit
dc2e6d9780
|
@ -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
|
||||||
|
|
|
@ -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
Binary file not shown.
|
@ -3007,3 +3007,13 @@ 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%;
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue