forked from Archives/Athou_commafeed
expanded view styling
This commit is contained in:
@@ -59,7 +59,7 @@
|
||||
#feed-accordion .entry-heading .entry-date {
|
||||
display: block;
|
||||
position: absolute;
|
||||
right: 20px;
|
||||
right: 30px;
|
||||
}
|
||||
|
||||
#feed-accordion a.entry-heading:hover {
|
||||
@@ -127,8 +127,8 @@
|
||||
|
||||
#feed-accordion.expanded .entry {
|
||||
margin-bottom: 40px;
|
||||
border-top: 1px solid #ebebeb;
|
||||
border-left: 1px solid transparent;
|
||||
border: 1px solid #ddd;
|
||||
box-shadow: 0 0 4px #e3e5eb;
|
||||
}
|
||||
|
||||
#feed-accordion.expanded .current {
|
||||
|
||||
@@ -36,6 +36,11 @@
|
||||
<source src="{{entry.enclosureUrl}}" type="{{entry.enclosureType}}" />
|
||||
</audio>
|
||||
<div class="entry-buttons form-horizontal">
|
||||
|
||||
<span class="star" ng-mouseup="star(entry, !entry.starred, $event)">
|
||||
<i ng-class="{'icon-star icon-star-yellow': entry.starred, 'icon-star-empty': !entry.starred}"
|
||||
class="pointer"></i>
|
||||
</span>
|
||||
<label class="checkbox inline">
|
||||
<input type="checkbox" ng-checked="!entry.read" ng-click="mark(entry, !entry.read)"></input>
|
||||
Keep unread
|
||||
|
||||
Reference in New Issue
Block a user