aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/notify.tpl
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2017-05-18 14:57:10 +0200
committerMario Vavti <mario@mariovavti.com>2017-05-19 09:30:30 +0200
commitf59ed38a3836647ee86295f44ee2e1532dadb957 (patch)
tree68315c68d450a66aa73384c0da74a4b0b45eca0a /view/tpl/notify.tpl
parent005db13c4588924aeeff62f2534c0088a6616865 (diff)
downloadvolse-hubzilla-f59ed38a3836647ee86295f44ee2e1532dadb957.tar.gz
volse-hubzilla-f59ed38a3836647ee86295f44ee2e1532dadb957.tar.bz2
volse-hubzilla-f59ed38a3836647ee86295f44ee2e1532dadb957.zip
some styling for system notifications
Diffstat (limited to 'view/tpl/notify.tpl')
-rwxr-xr-xview/tpl/notify.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/view/tpl/notify.tpl b/view/tpl/notify.tpl
index d3c79be82..ae6e160b1 100755
--- a/view/tpl/notify.tpl
+++ b/view/tpl/notify.tpl
@@ -1,3 +1,3 @@
-<div class="notif-item">
- <a href="{{$item_link}}"><img src="{{$item_image}}" class="notif-image">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
+<div class="mb-2 notif-item">
+ <a href="{{$item_link}}"><img src="{{$item_image}}" class="menu-img-1">{{$item_text}} <span class="notif-when">{{$item_when}}</span></a>
</div>