VRFS-294 Adjustments to HTML/ CSS.

Account Profile Avatar page
This commit is contained in:
Daniel Weigh 2013-12-29 21:04:07 -05:00
parent 90f81e0994
commit e22784c6c3
1 changed files with 11 additions and 4 deletions

View File

@ -12,11 +12,13 @@
</div>
<!-- end header -->
<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>
</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>&nbsp;&nbsp;<a id="account-edit-avatar-delete" href="#" class="button-orange">DELETE AVATAR</a>&nbsp;&nbsp;<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>&nbsp;&nbsp;
<a id="account-edit-avatar-delete" href="#" class="button-orange">DELETE AVATAR</a>&nbsp;&nbsp;
<a id="account-edit-avatar-submit" href="#" class="button-orange">UPDATE AVATAR</a>
</div>
<div class="clearall"></div>
</div>
<!-- end content wrapper -->