diff --git a/public/templates/notifications/index.html b/public/templates/notifications/index.html index d5a9432a..bba59188 100644 --- a/public/templates/notifications/index.html +++ b/public/templates/notifications/index.html @@ -1,4 +1,4 @@ -
- -

{{ notification.text }}

+
+ +

{{ notification.text }}

\ No newline at end of file diff --git a/resources/assets/styles/content.less b/resources/assets/styles/content.less index 532bc689..9f3bdc68 100644 --- a/resources/assets/styles/content.less +++ b/resources/assets/styles/content.less @@ -539,3 +539,16 @@ html { } } } + +.notification { + min-height: 50px; + margin-bottom: 10px; + + .img-link { + float: left; + } + .message { + margin-left: 60px; + display: block; + } +} \ No newline at end of file