From 6be65f4eae5575e7f5f5f6f345afe0f1f0a55dff Mon Sep 17 00:00:00 2001 From: Michael Vogel Date: Fri, 18 Sep 2015 21:09:31 +0200 Subject: [PATCH] Now attachments of the type "application" are displayed as well. --- view/theme/vier/css/font2.css | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/view/theme/vier/css/font2.css b/view/theme/vier/css/font2.css index 472af62c2c..4300a910c0 100644 --- a/view/theme/vier/css/font2.css +++ b/view/theme/vier/css/font2.css @@ -324,11 +324,12 @@ li.icon.icon-large:before { .icon-user-md:before { content: "\f200"; } -.icon.type-image:before { content: "\f03e"; } -.icon.type-video:before { content: "\f008"; } -.icon.type-audio:before { content: "\f001"; } -.icon.type-text:before { content: "\f036"; } -.icon.type.unkn:before { content: "\f059"; } +.icon.type-image:before { content: "\f1c5"; } +.icon.type-video:before { content: "\f1c8"; } +.icon.type-audio:before { content: "\f1c7"; } +.icon.type-text:before { content: "\f0f6"; } +.icon.type-application:before { content: "\f016"; } +.icon.type-unkn:before { content: "\f016"; } .icon.drop:before { content: "\f014"; } .icon.drophide:before { content: "\f014"; }