diff options
author | mistic100 <mistic@piwigo.org> | 2014-09-16 11:24:38 +0000 |
---|---|---|
committer | mistic100 <mistic@piwigo.org> | 2014-09-16 11:24:38 +0000 |
commit | 96d27d979150b5cf8eda17b1a8c75ed9152c0ba2 (patch) | |
tree | 4552745dbfcba3a948741254c0f3ef4939151c15 /admin/themes/default/fontello/config.json | |
parent | 5d3075835b9a53022056c47c3f2440b3faea3068 (diff) |
use icon-ok for forced multi sizes + icon-zoom-in for preview boxes
git-svn-id: http://piwigo.org/svn/trunk@29557 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/themes/default/fontello/config.json')
-rw-r--r-- | admin/themes/default/fontello/config.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/admin/themes/default/fontello/config.json b/admin/themes/default/fontello/config.json index 7f600323c..16b7c6070 100644 --- a/admin/themes/default/fontello/config.json +++ b/admin/themes/default/fontello/config.json @@ -49,12 +49,36 @@ "src": "fontawesome" }, { + "uid": "12f4ece88e46abd864e40b35e05b11cd", + "css": "ok", + "code": 59417, + "src": "fontawesome" + }, + { + "uid": "43ab845088317bd348dee1d975700c48", + "css": "ok-circled", + "code": 59428, + "src": "fontawesome" + }, + { + "uid": "5211af474d3a9848f67f945e2ccaf143", + "css": "cancel", + "code": 59426, + "src": "fontawesome" + }, + { "uid": "0f4cae16f34ae243a6144c18a003f2d8", "css": "cancel-circled", "code": 59425, "src": "fontawesome" }, { + "uid": "44e04715aecbca7f266a17d5a7863c68", + "css": "plus", + "code": 59427, + "src": "fontawesome" + }, + { "uid": "4ba33d2607902cf690dd45df09774cb0", "css": "plus-circled", "code": 10133, @@ -175,6 +199,18 @@ "src": "fontawesome" }, { + "uid": "0b2b66e526028a6972d51a6f10281b4b", + "css": "zoom-in", + "code": 59431, + "src": "fontawesome" + }, + { + "uid": "d25d10efa900f529ad1d275657cfd30e", + "css": "zoom-out", + "code": 59432, + "src": "fontawesome" + }, + { "uid": "bc71f4c6e53394d5ba46b063040014f1", "css": "cw", "code": 59404, |