]> git.mxchange.org Git - friendica.git/commitdiff
Merge pull request #1892 from annando/1509-vier-attachements
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 18 Sep 2015 19:11:57 +0000 (21:11 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Fri, 18 Sep 2015 19:11:57 +0000 (21:11 +0200)
Now attachments of the type "application" are displayed as well.

view/theme/vier/css/font2.css

index 472af62c2c94c44268645e1dde3424e7f5bcf266..4300a910c07dc2ae80dd6c516d4bfc47938a45ea 100644 (file)
@@ -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"; }