mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 21:31:35 +02:00
fixes #469, add download link on photo edit/admin page
This commit is contained in:
@@ -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'; } /* '' */
|
||||
|
||||
+7
-6
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 = ' '); }
|
||||
|
||||
@@ -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
@@ -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'; } /* '' */
|
||||
|
||||
Reference in New Issue
Block a user