mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
#2504 e-madencilik profile
This commit is contained in:
parent
181552beda
commit
e42cfc69dd
@ -116,6 +116,28 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
#nav-details {
|
#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 {
|
.birthday-field .input-group-addon {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -104,7 +104,7 @@
|
|||||||
{% set profileForm = form('profile').entry(user.id).get() %}
|
{% set profileForm = form('profile').entry(user.id).get() %}
|
||||||
{{ profileForm.open()|raw }}
|
{{ profileForm.open()|raw }}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-12">
|
<div class="col-md-12 profile-pic">
|
||||||
{% if setting_value('visiosoft.module.profile::upload_avatar') %}
|
{% if setting_value('visiosoft.module.profile::upload_avatar') %}
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
{{ profileForm.fields.file|raw }}
|
{{ profileForm.fields.file|raw }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user