mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 01:32:59 +02:00
Fontello changes, adds zoom icon for batch manager
This commit is contained in:
@@ -697,6 +697,20 @@
|
||||
"search": [
|
||||
"user"
|
||||
]
|
||||
},
|
||||
{
|
||||
"uid": "1bad022b39d6d7c7a1c8a81be5193b67",
|
||||
"css": "zoom-square",
|
||||
"code": 59459,
|
||||
"src": "custom_icons",
|
||||
"selected": true,
|
||||
"svg": {
|
||||
"path": "M142.9 642.9H0V1000H357.1V857.1H142.9V642.9ZM0 357.1H142.9V142.9H357.1V0H0V357.1ZM857.1 857.1H642.9V1000H1000V642.9H857.1V857.1ZM642.9 0V142.9H857.1V357.1H1000V0H642.9Z",
|
||||
"width": 1000
|
||||
},
|
||||
"search": [
|
||||
"full-screen"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -82,6 +82,7 @@
|
||||
.icon-ellipsis-v:before { content: '\e840'; } /* '' */
|
||||
.icon-users-cog:before { content: '\e841'; } /* '' */
|
||||
.icon-trash-1:before { content: '\e842'; } /* '' */
|
||||
.icon-zoom-square:before { content: '\e843'; } /* '' */
|
||||
.icon-hdd:before { content: '\f0a0'; } /* '' */
|
||||
.icon-tasks:before { content: '\f0ae'; } /* '' */
|
||||
.icon-filter:before { content: '\f0b0'; } /* '' */
|
||||
|
||||
+9
-8
File diff suppressed because one or more lines are too long
@@ -80,6 +80,7 @@
|
||||
.icon-ellipsis-v { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-users-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-trash-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-zoom-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-filter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
||||
@@ -91,6 +91,7 @@
|
||||
.icon-ellipsis-v { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-users-cog { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-trash-1 { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-zoom-square { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-hdd { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-tasks { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-filter { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
||||
+9
-8
@@ -2,12 +2,12 @@
|
||||
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?10548153');
|
||||
src: url('../font/fontello.eot?10548153#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?10548153') format('woff2'),
|
||||
url('../font/fontello.woff?10548153') format('woff'),
|
||||
url('../font/fontello.ttf?10548153') format('truetype'),
|
||||
url('../font/fontello.svg?10548153#fontello') format('svg');
|
||||
src: url('../font/fontello.eot?61463358');
|
||||
src: url('../font/fontello.eot?61463358#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?61463358') format('woff2'),
|
||||
url('../font/fontello.woff?61463358') format('woff'),
|
||||
url('../font/fontello.ttf?61463358') format('truetype'),
|
||||
url('../font/fontello.svg?61463358#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -17,7 +17,7 @@
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?10548153#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?61463358#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
@@ -26,7 +26,7 @@
|
||||
font-family: "fontello";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
speak: none;
|
||||
speak: never;
|
||||
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
@@ -138,6 +138,7 @@
|
||||
.icon-ellipsis-v:before { content: '\e840'; } /* '' */
|
||||
.icon-users-cog:before { content: '\e841'; } /* '' */
|
||||
.icon-trash-1:before { content: '\e842'; } /* '' */
|
||||
.icon-zoom-square:before { content: '\e843'; } /* '' */
|
||||
.icon-hdd:before { content: '\f0a0'; } /* '' */
|
||||
.icon-tasks:before { content: '\f0ae'; } /* '' */
|
||||
.icon-filter:before { content: '\f0b0'; } /* '' */
|
||||
|
||||
@@ -229,11 +229,11 @@ body {
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('./font/fontello.eot?34103581');
|
||||
src: url('./font/fontello.eot?34103581#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?34103581') format('woff'),
|
||||
url('./font/fontello.ttf?34103581') format('truetype'),
|
||||
url('./font/fontello.svg?34103581#fontello') format('svg');
|
||||
src: url('./font/fontello.eot?60971590');
|
||||
src: url('./font/fontello.eot?60971590#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?60971590') format('woff'),
|
||||
url('./font/fontello.ttf?60971590') format('truetype'),
|
||||
url('./font/fontello.svg?60971590#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -244,7 +244,7 @@ body {
|
||||
font-family: "fontello";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
speak: none;
|
||||
speak: never;
|
||||
|
||||
display: inline-block;
|
||||
text-decoration: inherit;
|
||||
@@ -419,41 +419,42 @@ body {
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="the-icons span3" title="Code: 0xe842"><i class="demo-icon icon-trash-1"></i> <span class="i-name">icon-trash-1</span><span class="i-code">0xe842</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xe843"><i class="demo-icon icon-zoom-square"></i> <span class="i-name">icon-zoom-square</span><span class="i-code">0xe843</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf0a0"><i class="demo-icon icon-hdd"></i> <span class="i-name">icon-hdd</span><span class="i-code">0xf0a0</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf0ae"><i class="demo-icon icon-tasks"></i> <span class="i-name">icon-tasks</span><span class="i-code">0xf0ae</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf0b0"><i class="demo-icon icon-filter"></i> <span class="i-name">icon-filter</span><span class="i-code">0xf0b0</span></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="the-icons span3" title="Code: 0xf0b0"><i class="demo-icon icon-filter"></i> <span class="i-name">icon-filter</span><span class="i-code">0xf0b0</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf0c5"><i class="demo-icon icon-docs"></i> <span class="i-name">icon-docs</span><span class="i-code">0xf0c5</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf0ca"><i class="demo-icon icon-list-bullet"></i> <span class="i-name">icon-list-bullet</span><span class="i-code">0xf0ca</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf0e0"><i class="demo-icon icon-mail-alt"></i> <span class="i-name">icon-mail-alt</span><span class="i-code">0xf0e0</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf0e8"><i class="demo-icon icon-sitemap"></i> <span class="i-name">icon-sitemap</span><span class="i-code">0xf0e8</span></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="the-icons span3" title="Code: 0xf0e8"><i class="demo-icon icon-sitemap"></i> <span class="i-name">icon-sitemap</span><span class="i-code">0xf0e8</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf10c"><i class="demo-icon icon-circle-empty"></i> <span class="i-name">icon-circle-empty</span><span class="i-code">0xf10c</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf125"><i class="demo-icon icon-crop"></i> <span class="i-name">icon-crop</span><span class="i-code">0xf125</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf142"><i class="demo-icon icon-ellipsis-vert"></i> <span class="i-name">icon-ellipsis-vert</span><span class="i-code">0xf142</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf15d"><i class="demo-icon icon-sort-name-up"></i> <span class="i-name">icon-sort-name-up</span><span class="i-code">0xf15d</span></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="the-icons span3" title="Code: 0xf15d"><i class="demo-icon icon-sort-name-up"></i> <span class="i-name">icon-sort-name-up</span><span class="i-code">0xf15d</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf160"><i class="demo-icon icon-sort-alt-up"></i> <span class="i-name">icon-sort-alt-up</span><span class="i-code">0xf160</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf161"><i class="demo-icon icon-sort-alt-down"></i> <span class="i-name">icon-sort-alt-down</span><span class="i-code">0xf161</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf162"><i class="demo-icon icon-sort-number-up"></i> <span class="i-name">icon-sort-number-up</span><span class="i-code">0xf162</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf178"><i class="demo-icon icon-right"></i> <span class="i-name">icon-right</span><span class="i-code">0xf178</span></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="the-icons span3" title="Code: 0xf178"><i class="demo-icon icon-right"></i> <span class="i-name">icon-right</span><span class="i-code">0xf178</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf192"><i class="demo-icon icon-dot-circled"></i> <span class="i-name">icon-dot-circled</span><span class="i-code">0xf192</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf1cd"><i class="demo-icon icon-lifebuoy"></i> <span class="i-name">icon-lifebuoy</span><span class="i-code">0xf1cd</span></div>
|
||||
<div class="the-icons span3" title="Code: 0xf26c"><i class="demo-icon icon-television"></i> <span class="i-name">icon-television</span><span class="i-code">0xf26c</span></div>
|
||||
<div class="the-icons span3" title="Code: 0x1f304"><i class="demo-icon icon-picture">🌄</i> <span class="i-name">icon-picture</span><span class="i-code">0x1f304</span></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="the-icons span3" title="Code: 0x1f304"><i class="demo-icon icon-picture">🌄</i> <span class="i-name">icon-picture</span><span class="i-code">0x1f304</span></div>
|
||||
<div class="the-icons span3" title="Code: 0x1f500"><i class="demo-icon icon-shuffle">🔀</i> <span class="i-name">icon-shuffle</span><span class="i-code">0x1f500</span></div>
|
||||
<div class="the-icons span3" title="Code: 0x1f512"><i class="demo-icon icon-lock">🔒</i> <span class="i-name">icon-lock</span><span class="i-code">0x1f512</span></div>
|
||||
<div class="the-icons span3" title="Code: 0x1f517"><i class="demo-icon icon-link">🔗</i> <span class="i-name">icon-link</span><span class="i-code">0x1f517</span></div>
|
||||
<div class="the-icons span3" title="Code: 0x1f527"><i class="demo-icon icon-wrench">🔧</i> <span class="i-name">icon-wrench</span><span class="i-code">0x1f527</span></div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="the-icons span3" title="Code: 0x1f527"><i class="demo-icon icon-wrench">🔧</i> <span class="i-name">icon-wrench</span><span class="i-code">0x1f527</span></div>
|
||||
<div class="the-icons span3" title="Code: 0x1f554"><i class="demo-icon icon-clock">🕔</i> <span class="i-name">icon-clock</span><span class="i-code">0x1f554</span></div>
|
||||
<div class="the-icons span3" title="Code: 0x1f6ab"><i class="demo-icon icon-block">🚫</i> <span class="i-name">icon-block</span><span class="i-code">0x1f6ab</span></div>
|
||||
</div>
|
||||
|
||||
Binary file not shown.
@@ -168,6 +168,8 @@
|
||||
|
||||
<glyph glyph-name="trash-1" unicode="" d="M844 788h-235l-18 36a47 47 0 0 1-42 26h-223a46 46 0 0 1-42-26l-18-36h-235a31 31 0 0 1-31-32v-62a31 31 0 0 1 31-31h813a31 31 0 0 1 31 31v62a31 31 0 0 1-31 32z m-740-850a94 94 0 0 1 94-88h480a94 94 0 0 1 93 88l42 662h-750z" horiz-adv-x="875" />
|
||||
|
||||
<glyph glyph-name="zoom-square" unicode="" d="M143 207h-143v-357h357v143h-214v214z m-143 286h143v214h214v143h-357v-357z m857-500h-214v-143h357v357h-143v-214z m-214 857v-143h214v-214h143v357h-357z" horiz-adv-x="1000" />
|
||||
|
||||
<glyph glyph-name="hdd" unicode="" d="M580 171q0-18-13-31t-31-13-32 13-13 31 13 32 32 13 31-13 13-32z m143 0q0-18-13-31t-31-13-32 13-13 31 13 32 32 13 31-13 13-32z m63-89v179q0 7-6 12t-12 6h-679q-7 0-12-6t-6-12v-179q0-7 6-12t12-6h679q7 0 12 6t6 12z m-687 268h659l-88 269q-2 7-9 12t-14 5h-437q-7 0-14-5t-9-12z m758-89v-179q0-37-26-63t-63-26h-679q-36 0-63 26t-26 63v179q0 14 9 42l110 338q9 29 35 48t56 18h437q31 0 56-18t35-48l110-338q9-28 9-42z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="tasks" unicode="" d="M571 64h358v72h-358v-72z m-214 286h572v71h-572v-71z m357 286h215v71h-215v-71z m286-465v-142q0-15-11-25t-25-11h-928q-15 0-25 11t-11 25v142q0 15 11 26t25 10h928q15 0 25-10t11-26z m0 286v-143q0-14-11-25t-25-10h-928q-15 0-25 10t-11 25v143q0 15 11 25t25 11h928q15 0 25-11t11-25z m0 286v-143q0-14-11-25t-25-11h-928q-15 0-25 11t-11 25v143q0 14 11 25t25 11h928q15 0 25-11t11-25z" horiz-adv-x="1000" />
|
||||
|
||||
|
Before Width: | Height: | Size: 48 KiB After Width: | Height: | Size: 48 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user