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-ie7.css | 1 + 1 file changed, 1 insertion(+) (limited to 'admin/themes/default/fontello/css/fontello-ie7.css') diff --git a/admin/themes/default/fontello/css/fontello-ie7.css b/admin/themes/default/fontello/css/fontello-ie7.css index c1e1ec524..6af3d9243 100644 --- a/admin/themes/default/fontello/css/fontello-ie7.css +++ b/admin/themes/default/fontello/css/fontello-ie7.css @@ -62,6 +62,7 @@ .icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-ok-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-heart-broken { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } +.icon-download { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-zoom-in { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-zoom-out { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } .icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); } -- cgit v1.2.3