VRFS-294 Adjustments to HTML/ CSS.
Account Profile Avatar page
This commit is contained in:
parent
90f81e0994
commit
e22784c6c3
|
|
@ -12,11 +12,13 @@
|
|||
</div>
|
||||
<!-- end header -->
|
||||
|
||||
<!-- profile scrolling area -->
|
||||
<div id="account-profile-avatar-content-scroller" class="content-scroller account-content-scroller">
|
||||
<div class="content-body">
|
||||
<!-- profile scrolling area -->
|
||||
<div id="account-profile-avatar-content-scroller" class="content-scroller account-content-scroller">
|
||||
|
||||
</div>
|
||||
<!-- end content scrolling area -->
|
||||
</div>
|
||||
<!-- end content scrolling area -->
|
||||
</div>
|
||||
|
||||
<script type="text/template" id="template-account-profile-avatar">
|
||||
|
|
@ -31,7 +33,12 @@
|
|||
</form>
|
||||
|
||||
<br clear="all" />
|
||||
<div class="right"><a id="account-edit-avatar-cancel" href="#" class="button-grey">CANCEL</a> <a id="account-edit-avatar-delete" href="#" class="button-orange">DELETE AVATAR</a> <a id="account-edit-avatar-submit" href="#" class="button-orange">UPDATE AVATAR</a></div>
|
||||
<div class="right">
|
||||
<a id="account-edit-avatar-cancel" href="#" class="button-grey">CANCEL</a>
|
||||
<a id="account-edit-avatar-delete" href="#" class="button-orange">DELETE AVATAR</a>
|
||||
<a id="account-edit-avatar-submit" href="#" class="button-orange">UPDATE AVATAR</a>
|
||||
</div>
|
||||
<div class="clearall"></div>
|
||||
</div>
|
||||
<!-- end content wrapper -->
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue