expanded view styling

This commit is contained in:
Athou
2013-05-07 09:20:09 +02:00
parent 3fd17a09e3
commit 25060445d3
2 changed files with 8 additions and 3 deletions

View File

@@ -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 {

View File

@@ -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