diff options
author | plegall <plg@piwigo.org> | 2016-07-18 23:08:31 +0200 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2016-07-18 23:08:31 +0200 |
commit | 80f552389267d97d667259b030bbcc1a2a29b7d3 (patch) | |
tree | 17b378cf91be4ac1990b86e73d2e8573370dc007 /admin/themes/default/fontello/css/fontello.css | |
parent | e47568b087902cd98accfdbe1cf7b59007b950f9 (diff) |
fixes #469, add download link on photo edit/admin page
Diffstat (limited to 'admin/themes/default/fontello/css/fontello.css')
-rw-r--r-- | admin/themes/default/fontello/css/fontello.css | 14 |
1 files changed, 8 insertions, 6 deletions
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'; } /* '' */ |