Rearranging icons.

This commit is contained in:
Samuel Clay 2013-01-31 12:20:53 -08:00
parent 6a1beb3c6f
commit a066a75eda
3 changed files with 8 additions and 4 deletions

View file

@ -1315,6 +1315,8 @@ def load_interactions(request):
'has_next_page': has_next_page
}
logging.user(request, "~FBLoading interactions ~SBp/%s" % page)
if format == 'html':
return render_to_response('reader/interactions_module.xhtml', data,
context_instance=RequestContext(request))
@ -1346,6 +1348,8 @@ def load_activities(request):
'username': (user.username if public else 'You'),
}
logging.user(request, "~FBLoading activities ~SBp/%s" % page)
if format == 'html':
return render_to_response('reader/activities_module.xhtml', data,
context_instance=RequestContext(request))

View file

@ -3,7 +3,7 @@ NEWSBLUR.InteractionsPopover = NEWSBLUR.ReaderPopover.extend({
className: "NB-interactions-popover",
options: {
'width': 336,
'width': 386,
'anchor': '.NB-feeds-header-user-interactions',
'placement': '-bottom',
'popover_class': 'NB-interactions-popover-container',

View file

@ -17,13 +17,13 @@
{% endif %}
</div>
<div class="NB-feeds-header-user-name">{{ social_profile.username }}</div>
<div class="NB-feeds-header-user-dashboard">
<img src="{{ MEDIA_URL }}/img/circular/header/circular_avatar.png">
</div>
<div class="NB-feeds-header-user-interactions">
<div class="NB-feeds-header-user-interactions-badge NB-hidden"></div>
<img src="{{ MEDIA_URL }}/img/circular/header/icon_activity.png">
</div>
<div class="NB-feeds-header-user-dashboard">
<img src="{{ MEDIA_URL }}/img/circular/header/circular_avatar.png">
</div>
</div>
<div class="NB-feeds-header-dashboard"></div>
<div class="NB-feeds-selector">