diff options
author | mistic100 <mistic@piwigo.org> | 2014-05-17 22:04:36 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-05-17 22:04:36 +0000 |
commit | 914b6d96d2cae67507ef848a7a229fd5319d7968 (patch) | |
tree | 97d0c9f0741ddb6ddee8cfbb20717b6b0fd9b75e /admin/themes/default/fontello/css/fontello.css | |
parent | ce8a29810abe6f7fdf82043b32ca87ba0f14220c (diff) |
feature 3080 : simpler date inputs (one input + fontello + picker selects)
git-svn-id: http://piwigo.org/svn/trunk@28497 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/fontello/css/fontello.css')
-rw-r--r-- | admin/themes/default/fontello/css/fontello.css | 13 |
1 files changed, 7 insertions, 6 deletions
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' */ |