From 80f552389267d97d667259b030bbcc1a2a29b7d3 Mon Sep 17 00:00:00 2001 From: plegall Date: Mon, 18 Jul 2016 23:08:31 +0200 Subject: fixes #469, add download link on photo edit/admin page --- admin/themes/default/fontello/css/fontello.css | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'admin/themes/default/fontello/css/fontello.css') diff --git a/admin/themes/default/fontello/css/fontello.css b/admin/themes/default/fontello/css/fontello.css index 40777f186..93fca2926 100644 --- a/admin/themes/default/fontello/css/fontello.css +++ b/admin/themes/default/fontello/css/fontello.css @@ -2,11 +2,12 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?38260160'); - src: url('../font/fontello.eot?38260160#iefix') format('embedded-opentype'), - url('../font/fontello.woff?38260160') format('woff'), - url('../font/fontello.ttf?38260160') format('truetype'), - url('../font/fontello.svg?38260160#fontello') format('svg'); + src: url('../font/fontello.eot?97633062'); + src: url('../font/fontello.eot?97633062#iefix') format('embedded-opentype'), + url('../font/fontello.woff2?97633062') format('woff2'), + url('../font/fontello.woff?97633062') format('woff'), + url('../font/fontello.ttf?97633062') format('truetype'), + url('../font/fontello.svg?97633062#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -16,7 +17,7 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'fontello'; - src: url('../font/fontello.svg?38260160#fontello') format('svg'); + src: url('../font/fontello.svg?97633062#fontello') format('svg'); } } */ @@ -108,6 +109,7 @@ .icon-plus:before { content: '\e823'; } /* '' */ .icon-ok-circled:before { content: '\e824'; } /* '' */ .icon-heart-broken:before { content: '\e825'; } /* '' */ +.icon-download:before { content: '\e826'; } /* '' */ .icon-zoom-in:before { content: '\e827'; } /* '' */ .icon-zoom-out:before { content: '\e828'; } /* '' */ .icon-tasks:before { content: '\f0ae'; } /* '' */ -- cgit v1.2.3