Преглед изворни кода

user login & user edit pages improvement

bach пре 2 година
родитељ
комит
dc2e6d9780

+ 0 - 1
config/sync/config_split.config_split.devel.yml

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

+ 3 - 7
config/sync/core.entity_form_display.user.user.default.yml

@@ -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

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
web/themes/custom/materiotheme/assets/dist/main.css


BIN
web/themes/custom/materiotheme/assets/dist/main.css.gz


+ 10 - 0
web/themes/custom/materiotheme/assets/styles/main.scss

@@ -3006,4 +3006,14 @@ 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%;
+  }
 }

Неке датотеке нису приказане због велике количине промена