Merge pull request #762 from openclassify/dia

#2504 e-madencilik profile
This commit is contained in:
Fatih Alp 2020-10-29 16:23:48 +03:00 committed by GitHub
commit e9eabec542
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 1 deletions

View File

@ -116,6 +116,28 @@
}
#nav-details {
.profile-pic {
.input-wrapper {
display: flex;
align-items: center;
flex-wrap: wrap;
.file-rows-table {
flex: 1 1 auto;
margin-left: 1rem;
.text-lg-right {
text-align: right;
vertical-align: middle;
}
.btn-danger {
display: none;
}
}
}
}
.birthday-field .input-group-addon {
display: none;
}

View File

@ -104,7 +104,7 @@
{% set profileForm = form('profile').entry(user.id).get() %}
{{ profileForm.open()|raw }}
<div class="row">
<div class="col-md-12">
<div class="col-md-12 profile-pic">
{% if setting_value('visiosoft.module.profile::upload_avatar') %}
<div class="form-group">
{{ profileForm.fields.file|raw }}