fix checkbox position

This commit is contained in:
Athou
2014-03-10 14:20:01 +01:00
parent ab5b70e52b
commit fa79524ed4
2 changed files with 6 additions and 1 deletions

View File

@@ -169,6 +169,11 @@
margin-left: 5px;
}
#feed-accordion .entry-buttons .keep-unread label {
display: inline;
font-weight: inherit;
}
#feed-accordion .share-buttons a {
color: #333333;
padding-left: 5px;

View File

@@ -74,7 +74,7 @@
<div class="form-group 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>
</div>
<div class="checkbox">
<div class="checkbox-inline keep-unread">
<label ng-if="entry.markable">
<input type="checkbox" ng-checked="!entry.read" ng-click="mark(entry, !entry.read)" class="mousetrap"></input>
${view.keep_unread}