mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
fixes #1484 icon guest changed and conflit between icons solved
This commit is contained in:
+11
-10
@@ -1,11 +1,11 @@
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.eot?61506492');
|
||||
src: url('../font/fontello.eot?61506492#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?61506492') format('woff2'),
|
||||
url('../font/fontello.woff?61506492') format('woff'),
|
||||
url('../font/fontello.ttf?61506492') format('truetype'),
|
||||
url('../font/fontello.svg?61506492#fontello') format('svg');
|
||||
src: url('../font/fontello.eot?26393862');
|
||||
src: url('../font/fontello.eot?26393862#iefix') format('embedded-opentype'),
|
||||
url('../font/fontello.woff2?26393862') format('woff2'),
|
||||
url('../font/fontello.woff?26393862') format('woff'),
|
||||
url('../font/fontello.ttf?26393862') format('truetype'),
|
||||
url('../font/fontello.svg?26393862#fontello') format('svg');
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
}
|
||||
@@ -15,11 +15,11 @@
|
||||
@media screen and (-webkit-min-device-pixel-ratio:0) {
|
||||
@font-face {
|
||||
font-family: 'fontello';
|
||||
src: url('../font/fontello.svg?61506492#fontello') format('svg');
|
||||
src: url('../font/fontello.svg?26393862#fontello') format('svg');
|
||||
}
|
||||
}
|
||||
*/
|
||||
[class^="icon-"]:before, [class*="icon-"]:before {
|
||||
[class^="icon-"]:before, [class*=" icon-"]:before {
|
||||
font-family: "fontello";
|
||||
font-style: normal;
|
||||
font-weight: normal;
|
||||
@@ -66,7 +66,6 @@
|
||||
.icon-flow-branch:before { content: '\e808'; } /* '' */
|
||||
.icon-menu:before { content: '\e809'; } /* '' */
|
||||
.icon-code:before { content: '\e80a'; } /* '' */
|
||||
.icon-home:before { content: '\e80a'; } /* '' */
|
||||
.icon-user-add:before { content: '\e80b'; } /* '' */
|
||||
.icon-cw:before { content: '\e80c'; } /* '' */
|
||||
.icon-group:before { content: '\e80d'; } /* '' */
|
||||
@@ -116,7 +115,7 @@
|
||||
.icon-flow-tree:before { content: '\e839'; } /* '' */
|
||||
.icon-link-1:before { content: '\e83a'; } /* '' */
|
||||
.icon-user-minus:before { content: '\e83b'; } /* '' */
|
||||
.icon-user-1:before { content: '\e83c'; } /* '' */
|
||||
.icon-home:before { content: '\e83c'; } /* '' */
|
||||
.icon-users-1:before { content: '\e83d'; } /* '' */
|
||||
.icon-clone:before { content: '\e83e'; } /* '' */
|
||||
.icon-object-group:before { content: '\e83f'; } /* '' */
|
||||
@@ -149,6 +148,7 @@
|
||||
.icon-pause:before { content: '\e85a'; } /* '' */
|
||||
.icon-th-large:before { content: '\e85b'; } /* '' */
|
||||
.icon-th-list-1:before { content: '\e85c'; } /* '' */
|
||||
.icon-user-1:before { content: '\e86c'; } /* '' */
|
||||
.icon-hdd:before { content: '\f0a0'; } /* '' */
|
||||
.icon-tasks:before { content: '\f0ae'; } /* '' */
|
||||
.icon-filter:before { content: '\f0b0'; } /* '' */
|
||||
@@ -173,4 +173,5 @@
|
||||
.icon-lifebuoy:before { content: '\f1cd'; } /* '' */
|
||||
.icon-toggle-off:before { content: '\f204'; } /* '' */
|
||||
.icon-toggle-on:before { content: '\f205'; } /* '' */
|
||||
.icon-user-secret:before { content: '\f21b'; } /* '' */
|
||||
.icon-television:before { content: '\f26c'; } /* '' */
|
||||
|
||||
Reference in New Issue
Block a user