diff options
author | plegall <plg@piwigo.org> | 2013-12-26 12:26:22 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2013-12-26 12:26:22 +0000 |
commit | a3fd9b692bff4116d08c290643b72819e2c99e6f (patch) | |
tree | d68dd8fcdb597f78a10bc3c3298ef83bc3cc30ca /admin/themes/default/fontello/config.json | |
parent | 905cf523ec66a2b6045959b697b483569ca79431 (diff) |
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
Diffstat (limited to 'admin/themes/default/fontello/config.json')
-rw-r--r-- | admin/themes/default/fontello/config.json | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/admin/themes/default/fontello/config.json b/admin/themes/default/fontello/config.json index cfd06df59..1387aa0d6 100644 --- a/admin/themes/default/fontello/config.json +++ b/admin/themes/default/fontello/config.json @@ -49,6 +49,12 @@ "src": "fontawesome" }, { + "uid": "0f4cae16f34ae243a6144c18a003f2d8", + "css": "cancel-circled", + "code": 59425, + "src": "fontawesome" + }, + { "uid": "4ba33d2607902cf690dd45df09774cb0", "css": "plus-circled", "code": 10133, @@ -163,18 +169,6 @@ "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, |