place the delete button always on the right

This commit is contained in:
Bernhard Posselt 2013-05-04 17:24:06 +02:00
Родитель d648b26345
Коммит aa40b98932
1 изменённых файлов: 6 добавлений и 5 удалений

Просмотреть файл

@ -31,6 +31,12 @@
</a>
<span class="utils">
<button ng-click="feedBusinessLayer.delete(feed.id)"
class="svg action delete-icon delete-button"
title="<?php p($l->t('Delete website')); ?>"
ng-show="feed.id"
oc-tooltip></button>
<span class="unread-counter"
ng-show="feed.id && feedBusinessLayer.getUnreadCount(feed.id) > 0">
@ -43,11 +49,6 @@
title="<?php p($l->t('Mark read')); ?>"
oc-tooltip></button>
<button ng-click="feedBusinessLayer.delete(feed.id)"
class="svg action delete-icon delete-button"
title="<?php p($l->t('Delete website')); ?>"
ng-show="feed.id"
oc-tooltip></button>
<button class="svg action delete-icon"
ng-click="feedBusinessLayer.markErrorRead(feed.url)"