mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Rearranging icons.
This commit is contained in:
parent
6a1beb3c6f
commit
a066a75eda
3 changed files with 8 additions and 4 deletions
|
@ -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))
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Reference in a new issue