mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-02 10:31:23 +01:00
button to change picture
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user