diff options
author | plegall <plg@piwigo.org> | 2013-11-11 13:36:14 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-11-11 13:36:14 +0000 |
commit | 1f4e4b947db3a30690edac4faac5c2ed0c4cdf00 (patch) | |
tree | cdc67bccef5390fdff4d546d3dee2e612ef6e33f /admin/themes/default/fontello/config.json | |
parent | 0ccfcb82051eeedbf5cc54eb3978316594417a4d (diff) |
feature 1668: visual enhancement for user manager redesign. Appropriate
(fontello) icons for open/close user details, appropriate colors for
DataTables.
git-svn-id: http://piwigo.org/svn/trunk@25457 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/fontello/config.json')
-rw-r--r-- | admin/themes/default/fontello/config.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/admin/themes/default/fontello/config.json b/admin/themes/default/fontello/config.json index a4d9e4fb3..e770f7a39 100644 --- a/admin/themes/default/fontello/config.json +++ b/admin/themes/default/fontello/config.json @@ -2,6 +2,9 @@ "name": "", "css_prefix_text": "icon-", "css_use_suffix": false, + "hinting": true, + "units_per_em": 1000, + "ascent": 850, "glyphs": [ { "uid": "bf882b30900da12fca090d9796bc3030", @@ -148,6 +151,18 @@ "src": "fontawesome" }, { + "uid": "8cbd5bcfb00043b8094fd7ac21ae5e06", + "css": "angle-circled-up", + "code": 59417, + "src": "fontawesome" + }, + { + "uid": "c35e0796f6f806945a44b1655ce7bbe7", + "css": "angle-circled-down", + "code": 59416, + "src": "fontawesome" + }, + { "uid": "bc71f4c6e53394d5ba46b063040014f1", "css": "cw", "code": 59404, |