Skip to content
Snippets Groups Projects
Commit efa7152c authored by Benoit Alessandroni's avatar Benoit Alessandroni
Browse files

Fixing the account-picture upload on front side

parent 2148ad24
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,8 @@ sib-form.block_log.block_creat_count(
multiple-mentor_profile.fields='sib-multiple-select'
widget-mentor_profile.fields='sib-form-auto-completion'
upload-url-account.picture=`${sdn}/upload/`
widget-account.picture='sib-form-file'
class-account.picture='input_photo w_25'
class-headline='w_75'
......
......@@ -456,7 +456,7 @@ input:focus, textarea:focus{
left: 25%;
margin-top: 3rem;
}
.input_photo label input{
.input_photo label>input:first-of-type{
width: 10rem;
height: 10rem;
border-radius: 50%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment