mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge pull request #762 from openclassify/dia
#2504 e-madencilik profile
This commit is contained in:
commit
e9eabec542
@ -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;
|
||||
}
|
||||
|
||||
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user