User profile page template: add extra wrapper into primary details section to allow laying textual items out on the right of the avatar

This commit is contained in:
Boris 2014-04-28 17:51:15 +10:00
parent e88e43bfb6
commit c934411228
1 changed files with 13 additions and 10 deletions

View File

@ -53,6 +53,8 @@
<div class='details'> <div class='details'>
<div class='primary'> <div class='primary'>
{{boundAvatar model imageSize="huge"}} {{boundAvatar model imageSize="huge"}}
<div class="primary-textual">
<h1>{{username}} {{{statusIcon}}}</h1> <h1>{{username}} {{{statusIcon}}}</h1>
<h2>{{name}}</h2> <h2>{{name}}</h2>
@ -68,6 +70,7 @@
</div> </div>
{{/if}} {{/if}}
</div> </div>
</div>
<div class='secondary'> <div class='secondary'>
<dl> <dl>