mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Adding saved header.
This commit is contained in:
parent
443925b6b7
commit
b5dff2004e
2 changed files with 3 additions and 2 deletions
|
@ -3670,11 +3670,12 @@ body {
|
|||
.NB-feed-story .NB-feed-story-header .NB-feed-story-starred-date .NB-icon {
|
||||
background: transparent url('/media/embed/icons/circular/clock.png') no-repeat 0 center;
|
||||
background-size: 16px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
margin-top: 6px;
|
||||
display: inline-block;
|
||||
vertical-align: text-bottom;
|
||||
color: #9B9D97;
|
||||
padding-left: 20px;
|
||||
}
|
||||
.NB-theme-size-xs .NB-feed-story-header .NB-feed-story-starred-date {
|
||||
font-size: 10px;
|
||||
|
|
|
@ -251,7 +251,7 @@ NEWSBLUR.Views.StoryDetailView = Backbone.View.extend({
|
|||
</div>\
|
||||
<% if (story.get("starred_date")) { %>\
|
||||
<div class="NB-feed-story-starred-date">\
|
||||
<span class="NB-icon"></span>\
|
||||
<span class="NB-icon">Saved: </span>\
|
||||
<%= story.get("starred_date") %>\
|
||||
</div >\
|
||||
<% } %>\
|
||||
|
|
Loading…
Add table
Reference in a new issue