button to change picture

v1.18.x
Baris Soner Usakli 12 years ago
parent 624658307c
commit d7b6141e31

@ -386,6 +386,7 @@ footer.footer {
.user-profile-picture {
width:128px;
height:128px;
margin-bottom:10px;
}
.user-8080-picture {

@ -21,7 +21,7 @@
<span class="user-picture-label">Gravatar</span>
<i class='icon-ok icon-2x'></i>
</div>
<br/>
<div id="uploaded-box">
<img id="user-uploaded-picture" src="" class="img-polaroid user-profile-picture">
<span class="user-picture-label">Uploaded picture</span>
@ -75,7 +75,7 @@
<div class="account-picture-block text-center">
<img id="user-current-picture" class="user-profile-picture" src="{user.picture}" /><br/>
<a id="changePictureBtn" href="#">change picture</a>
<a id="changePictureBtn" href="#" class="btn btn-primary">change picture</a>
</div>

Loading…
Cancel
Save