# HG changeset patch # User Na'Tosha Bard # Date 2014-09-19 14:45:54 # Node ID 27dc67382cf65e060bf98c3b860e001e2c4d9324 # Parent 869976dfb8c2c2ca52973cb4edc1c11e0be5a598 Improve buttons on on 'My Notifications' page (switch to small button class with a bit of padding, add padding around status icons) diff --git a/kallithea/templates/admin/notifications/notifications.html b/kallithea/templates/admin/notifications/notifications.html --- a/kallithea/templates/admin/notifications/notifications.html +++ b/kallithea/templates/admin/notifications/notifications.html @@ -24,13 +24,13 @@
- ${_('All')} - ${_('Comments')} - ${_('Pull Requests')} + ${_('All')} + ${_('Comments')} + ${_('Pull Requests')}
%if c.notifications:
- ${_('Mark All Read')} + ${_('Mark All Read')}
%endif
diff --git a/kallithea/templates/admin/notifications/notifications_data.html b/kallithea/templates/admin/notifications/notifications_data.html --- a/kallithea/templates/admin/notifications/notifications_data.html +++ b/kallithea/templates/admin/notifications/notifications_data.html @@ -17,11 +17,11 @@ unread = lambda n:{False:'unread'}.get(n
- +
%if not notification.read:
- +
%endif