From 914b6d96d2cae67507ef848a7a229fd5319d7968 Mon Sep 17 00:00:00 2001 From: mistic100 Date: Sat, 17 May 2014 22:04:36 +0000 Subject: feature 3080 : simpler date inputs (one input + fontello + picker selects) git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/fontello/css/fontello.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 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 f1b6f8422..b18769a34 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?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'); + src: url('../font/fontello.eot?87183122'); + src: url('../font/fontello.eot?87183122#iefix') format('embedded-opentype'), + url('../font/fontello.woff?87183122') format('woff'), + url('../font/fontello.ttf?87183122') format('truetype'), + url('../font/fontello.svg?87183122#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?27476867#fontello') format('svg'); + src: url('../font/fontello.svg?87183122#fontello') format('svg'); } } */ @@ -75,6 +75,7 @@ .icon-cog-alt:before { content: '\26ef'; } /* '⛯' */ .icon-wrench:before { content: '🔧'; } /* '\1f527' */ .icon-basket:before { content: '\e73d'; } /* '' */ +.icon-calendar:before { content: '\e818'; } /* '' */ .icon-logout:before { content: '\e81b'; } /* '' */ .icon-clock:before { content: '🕔'; } /* '\1f554' */ .icon-block:before { content: '🚫'; } /* '\1f6ab' */ -- cgit v1.2.3