mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-26 11:19:55 +03:00
parent
53fb45eb81
commit
cbd9d7dbd2
12 changed files with 48 additions and 32 deletions
|
@ -68,7 +68,7 @@
|
|||
},
|
||||
{
|
||||
"uid": "44e04715aecbca7f266a17d5a7863c68",
|
||||
"css": "plus",
|
||||
"css": "plus-1",
|
||||
"code": 59427,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
|
@ -952,6 +952,12 @@
|
|||
"vector"
|
||||
]
|
||||
},
|
||||
{
|
||||
"uid": "5e2ab018e3044337bcef5f7e94098ea1",
|
||||
"css": "thumbs-up",
|
||||
"code": 61796,
|
||||
"src": "fontawesome"
|
||||
},
|
||||
{
|
||||
"uid": "7411608e7611ffd477aeec7d239f87e9",
|
||||
"css": "dice",
|
||||
|
|
|
@ -37,7 +37,7 @@
|
|||
.icon-check-empty:before { content: '\e820'; } /* '' */
|
||||
.icon-cancel-circled:before { content: '\e821'; } /* '' */
|
||||
.icon-cancel:before { content: '\e822'; } /* '' */
|
||||
.icon-plus:before { content: '\e823'; } /* '' */
|
||||
.icon-plus-1:before { content: '\e823'; } /* '' */
|
||||
.icon-ok-circled:before { content: '\e824'; } /* '' */
|
||||
.icon-heart-broken:before { content: '\e825'; } /* '' */
|
||||
.icon-download:before { content: '\e826'; } /* '' */
|
||||
|
@ -122,6 +122,7 @@
|
|||
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
|
||||
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
|
||||
.icon-sort-number-up:before { content: '\f162'; } /* '' */
|
||||
.icon-thumbs-up:before { content: '\f164'; } /* '' */
|
||||
.icon-down:before { content: '\f175'; } /* '' */
|
||||
.icon-up:before { content: '\f176'; } /* '' */
|
||||
.icon-right:before { content: '\f178'; } /* '' */
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -37,7 +37,7 @@
|
|||
.icon-check-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-plus-1 { *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 = ' '); }
|
||||
|
@ -122,6 +122,7 @@
|
|||
.icon-sort-alt-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-sort-alt-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-sort-number-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
.icon-check-empty { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-cancel-circled { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-cancel { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-plus { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-plus-1 { *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 = ' '); }
|
||||
|
@ -133,6 +133,7 @@
|
|||
.icon-sort-alt-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-sort-alt-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-sort-number-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-thumbs-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-down { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-up { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
.icon-right { *zoom: expression( this.runtimeStyle['zoom'] = '1', this.innerHTML = ' '); }
|
||||
|
|
17
admin/themes/default/fontello/css/fontello.css
vendored
17
admin/themes/default/fontello/css/fontello.css
vendored
|
@ -1,11 +1,11 @@
|
|||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?65786956');
|
||||
src: url('../font/fontello.eot?65786956#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?65786956') format('woff2'),
|
||||
url('../font/fontello.woff?65786956') format('woff'),
|
||||
url('../font/fontello.ttf?65786956') format('truetype'),
|
||||
url('../font/fontello.svg?65786956#fontello') format('svg');
|
||||
src: url('../font/fontello.eot?11029234');
|
||||
src: url('../font/fontello.eot?11029234#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?11029234') format('woff2'),
|
||||
url('../font/fontello.woff?11029234') format('woff'),
|
||||
url('../font/fontello.ttf?11029234') format('truetype'),
|
||||
url('../font/fontello.svg?11029234#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -15,7 +15,7 @@
|
|||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?65786956#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?11029234#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
|
@ -92,7 +92,7 @@
|
|||
.icon-check-empty:before { content: '\e820'; } /* '' */
|
||||
.icon-cancel-circled:before { content: '\e821'; } /* '' */
|
||||
.icon-cancel:before { content: '\e822'; } /* '' */
|
||||
.icon-plus:before { content: '\e823'; } /* '' */
|
||||
.icon-plus-1:before { content: '\e823'; } /* '' */
|
||||
.icon-ok-circled:before { content: '\e824'; } /* '' */
|
||||
.icon-heart-broken:before { content: '\e825'; } /* '' */
|
||||
.icon-download:before { content: '\e826'; } /* '' */
|
||||
|
@ -177,6 +177,7 @@
|
|||
.icon-sort-alt-up:before { content: '\f160'; } /* '' */
|
||||
.icon-sort-alt-down:before { content: '\f161'; } /* '' */
|
||||
.icon-sort-number-up:before { content: '\f162'; } /* '' */
|
||||
.icon-thumbs-up:before { content: '\f164'; } /* '' */
|
||||
.icon-down:before { content: '\f175'; } /* '' */
|
||||
.icon-up:before { content: '\f176'; } /* '' */
|
||||
.icon-right:before { content: '\f178'; } /* '' */
|
||||
|
|
|
@ -146,11 +146,11 @@
|
|||
}
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('./font/fontello.eot?58072461');
|
||||
src: url('./font/fontello.eot?58072461#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?58072461') format('woff'),
|
||||
url('./font/fontello.ttf?58072461') format('truetype'),
|
||||
url('./font/fontello.svg?58072461#fontello') format('svg');
|
||||
src: url('./font/fontello.eot?31442463');
|
||||
src: url('./font/fontello.eot?31442463#iefix') format('embedded-opentype'),
|
||||
url('./font/fontello.woff?31442463') format('woff'),
|
||||
url('./font/fontello.ttf?31442463') format('truetype'),
|
||||
url('./font/fontello.svg?31442463#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
|
@ -344,7 +344,7 @@
|
|||
<i class="demo-icon icon-cancel"></i> <span class="i-name">icon-cancel</span><span class="i-code">0xe822</span>
|
||||
</div>
|
||||
<div class="span3" title="Code: 0xe823">
|
||||
<i class="demo-icon icon-plus"></i> <span class="i-name">icon-plus</span><span class="i-code">0xe823</span>
|
||||
<i class="demo-icon icon-plus-1"></i> <span class="i-name">icon-plus-1</span><span class="i-code">0xe823</span>
|
||||
</div>
|
||||
<div class="span3" title="Code: 0xe824">
|
||||
<i class="demo-icon icon-ok-circled"></i> <span class="i-name">icon-ok-circled</span><span class="i-code">0xe824</span>
|
||||
|
@ -640,11 +640,14 @@
|
|||
<div class="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="span3" title="Code: 0xf175">
|
||||
<i class="demo-icon icon-down"></i> <span class="i-name">icon-down</span><span class="i-code">0xf175</span>
|
||||
<div class="span3" title="Code: 0xf164">
|
||||
<i class="demo-icon icon-thumbs-up"></i> <span class="i-name">icon-thumbs-up</span><span class="i-code">0xf164</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xf175">
|
||||
<i class="demo-icon icon-down"></i> <span class="i-name">icon-down</span><span class="i-code">0xf175</span>
|
||||
</div>
|
||||
<div class="span3" title="Code: 0xf176">
|
||||
<i class="demo-icon icon-up"></i> <span class="i-name">icon-up</span><span class="i-code">0xf176</span>
|
||||
</div>
|
||||
|
@ -654,11 +657,11 @@
|
|||
<div class="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>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xf1c0">
|
||||
<i class="demo-icon icon-database"></i> <span class="i-name">icon-database</span><span class="i-code">0xf1c0</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xf1c5">
|
||||
<i class="demo-icon icon-file-image"></i> <span class="i-name">icon-file-image</span><span class="i-code">0xf1c5</span>
|
||||
</div>
|
||||
|
@ -668,11 +671,11 @@
|
|||
<div class="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>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xf204">
|
||||
<i class="demo-icon icon-toggle-off"></i> <span class="i-name">icon-toggle-off</span><span class="i-code">0xf204</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="span3" title="Code: 0xf205">
|
||||
<i class="demo-icon icon-toggle-on"></i> <span class="i-name">icon-toggle-on</span><span class="i-code">0xf205</span>
|
||||
</div>
|
||||
|
|
Binary file not shown.
|
@ -82,7 +82,7 @@
|
|||
|
||||
<glyph glyph-name="cancel" unicode="" d="M724 112q0-22-15-38l-76-76q-16-15-38-15t-38 15l-164 165-164-165q-16-15-38-15t-38 15l-76 76q-16 16-16 38t16 38l164 164-164 164q-16 16-16 38t16 38l76 76q16 16 38 16t38-16l164-164 164 164q16 16 38 16t38-16l76-76q15-15 15-38t-15-38l-164-164 164-164q15-15 15-38z" horiz-adv-x="785.7" />
|
||||
|
||||
<glyph glyph-name="plus" unicode="" d="M786 439v-107q0-22-16-38t-38-15h-232v-233q0-22-16-37t-38-16h-107q-22 0-38 16t-15 37v233h-232q-23 0-38 15t-16 38v107q0 23 16 38t38 16h232v232q0 22 15 38t38 16h107q23 0 38-16t16-38v-232h232q23 0 38-16t16-38z" horiz-adv-x="785.7" />
|
||||
<glyph glyph-name="plus-1" unicode="" d="M786 439v-107q0-22-16-38t-38-15h-232v-233q0-22-16-37t-38-16h-107q-22 0-38 16t-15 37v233h-232q-23 0-38 15t-16 38v107q0 23 16 38t38 16h232v232q0 22 15 38t38 16h107q23 0 38-16t16-38v-232h232q23 0 38-16t16-38z" horiz-adv-x="785.7" />
|
||||
|
||||
<glyph glyph-name="ok-circled" unicode="" d="M717 440q0 16-10 26l-51 50q-11 11-25 11t-25-11l-228-227-126 126q-11 11-25 11t-25-11l-51-50q-10-10-10-26 0-15 10-25l202-202q10-10 25-10 15 0 26 10l303 303q10 10 10 25z m140-90q0-117-57-215t-156-156-215-58-216 58-155 156-58 215 58 215 155 156 216 58 215-58 156-156 57-215z" horiz-adv-x="857.1" />
|
||||
|
||||
|
@ -252,6 +252,8 @@
|
|||
|
||||
<glyph glyph-name="sort-number-up" unicode="" d="M751 117q0 36-24 65t-58 30q-29 0-46-21t-17-52 20-53 58-22q28 0 48 15t19 38z m-340-71q0-6-6-13l-178-178q-5-5-13-5-6 0-12 5l-179 179q-8 9-4 19 4 11 17 11h107v768q0 8 5 13t13 5h107q8 0 13-5t5-13v-768h107q8 0 13-5t5-13z m418 39q0-35-7-68t-23-64-38-53-55-36-71-14q-35 0-60 9-14 4-24 8l22 63q9-4 17-6 21-7 42-7 47 0 75 33t37 81h-1q-11-13-34-21t-47-8q-59 0-97 40t-37 97q0 58 40 99t101 41q69 0 115-53t45-141z m-16 400v-64h-262v64h93v241q0 4 0 11t1 9v9h-2l-3-7q-5-7-15-17l-35-32-45 48 107 103h68v-365h93z" horiz-adv-x="857.1" />
|
||||
|
||||
<glyph glyph-name="thumbs-up" unicode="" d="M143 100q0 15-11 25t-25 11q-15 0-25-11t-11-25q0-15 11-25t25-11q15 0 25 11t11 25z m89 286v-357q0-15-10-25t-26-11h-160q-15 0-25 11t-11 25v357q0 14 11 25t25 10h160q15 0 26-10t10-25z m661 0q0-48-31-83 9-25 9-43 1-42-24-76 9-31 0-66-9-31-31-52 5-62-27-101-36-43-110-44h-72q-37 0-80 9t-68 16-67 22q-69 24-88 25-15 0-25 11t-11 25v357q0 14 10 25t24 11q13 1 42 33t57 67q38 49 56 67 10 10 17 27t10 27 8 34q4 22 7 34t11 29 19 28q10 11 25 11 25 0 46-6t33-15 22-22 14-25 7-28 2-25 1-22q0-21-6-43t-10-33-16-31q-1-4-5-10t-6-13-5-13h155q43 0 75-32t32-75z" horiz-adv-x="928.6" />
|
||||
|
||||
<glyph glyph-name="down" unicode="" d="M427 125q4-10-3-19l-195-215q-6-5-13-5-8 0-13 5l-198 215q-8 9-3 19 5 11 16 11h125v696q0 8 5 13t13 5h107q8 0 13-5t5-13v-696h125q11 0 16-11z" horiz-adv-x="428.6" />
|
||||
|
||||
<glyph glyph-name="up" unicode="" d="M427 575q-5-11-16-11h-125v-696q0-8-5-13t-13-5h-107q-8 0-13 5t-5 13v696h-125q-12 0-16 11t3 19l195 215q5 5 13 5 7 0 13-5l198-215q7-8 3-19z" horiz-adv-x="428.6" />
|
||||
|
|
Before Width: | Height: | Size: 61 KiB After Width: | Height: | Size: 61 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue