From a3fd9b692bff4116d08c290643b72819e2c99e6f Mon Sep 17 00:00:00 2001 From: plegall Date: Thu, 26 Dec 2013 12:26:22 +0000 Subject: feature 1668: change the link text to "close" (with the appropriate icon) when user profile is open. git-svn-id: http://piwigo.org/svn/trunk@26230 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/fontello/css/fontello.css | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'admin/themes/default/fontello/css/fontello.css') diff --git a/admin/themes/default/fontello/css/fontello.css b/admin/themes/default/fontello/css/fontello.css index 1c781ffa5..f1b6f8422 100644 --- a/admin/themes/default/fontello/css/fontello.css +++ b/admin/themes/default/fontello/css/fontello.css @@ -2,11 +2,11 @@ @font-face { font-family: 'fontello'; - src: url('../font/fontello.eot?9585454'); - src: url('../font/fontello.eot?9585454#iefix') format('embedded-opentype'), - url('../font/fontello.woff?9585454') format('woff'), - url('../font/fontello.ttf?9585454') format('truetype'), - url('../font/fontello.svg?9585454#fontello') format('svg'); + src: url('../font/fontello.eot?27476867'); + src: url('../font/fontello.eot?27476867#iefix') format('embedded-opentype'), + url('../font/fontello.woff?27476867') format('woff'), + url('../font/fontello.ttf?27476867') format('truetype'), + url('../font/fontello.svg?27476867#fontello') format('svg'); font-weight: normal; font-style: normal; } @@ -16,7 +16,7 @@ @media screen and (-webkit-min-device-pixel-ratio:0) { @font-face { font-family: 'fontello'; - src: url('../font/fontello.svg?9585454#fontello') format('svg'); + src: url('../font/fontello.svg?27476867#fontello') format('svg'); } } */ @@ -59,6 +59,7 @@ .icon-star-empty:before { content: '\2606'; } /* '☆' */ .icon-user:before { content: '👤'; } /* '\1f464' */ .icon-picture:before { content: '🌄'; } /* '\1f304' */ +.icon-cancel-circled:before { content: '\e821'; } /* '' */ .icon-plus-circled:before { content: '\2795'; } /* '➕' */ .icon-link:before { content: '🔗'; } /* '\1f517' */ .icon-lock:before { content: '🔒'; } /* '\1f512' */ @@ -78,8 +79,6 @@ .icon-clock:before { content: '🕔'; } /* '\1f554' */ .icon-block:before { content: '🚫'; } /* '\1f6ab' */ .icon-move:before { content: '\e812'; } /* '' */ -.icon-angle-circled-up:before { content: '\e819'; } /* '' */ -.icon-angle-circled-down:before { content: '\e818'; } /* '' */ .icon-cw:before { content: '\e80c'; } /* '' */ .icon-arrows-cw:before { content: '\e804'; } /* '' */ .icon-mail:before { content: '\2709'; } /* '✉' */ -- cgit v1.2.3