fixes #469, add download link on photo edit/admin page

This commit is contained in:
plegall
2016-07-18 23:08:31 +02:00
parent e47568b087
commit 80f5523892
16 changed files with 183 additions and 92 deletions
+1
View File
@@ -53,6 +53,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'; } /* '' */
File diff suppressed because one or more lines are too long
@@ -51,6 +51,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 = ' '); }
+1
View File
@@ -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 = ' '); }
+8 -6
View File
@@ -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'; } /* '' */