diff options
Diffstat (limited to 'module/web/static/css/fontawesome.css')
-rw-r--r-- | module/web/static/css/fontawesome.css | 79 |
1 files changed, 42 insertions, 37 deletions
diff --git a/module/web/static/css/fontawesome.css b/module/web/static/css/fontawesome.css index d314e7d68..64aa5fc64 100644 --- a/module/web/static/css/fontawesome.css +++ b/module/web/static/css/fontawesome.css @@ -268,40 +268,45 @@ ul.icons li [class*=" iconf-"] { .btn .iconf-spin.iconf-large { height: .75em; } -}.iconf-search:before { content: "\f002"; } -.iconf-user:before { content: "\f007"; } -.iconf-ok:before { content: "\f00c"; } -.iconf-remove:before { content: "\f00d"; } -.iconf-cog:before { content: "\f013"; } -.iconf-trash:before { content: "\f014"; } -.iconf-list-alt:before { content: "\f022"; } -.iconf-tag:before { content: "\f02b"; } -.iconf-tags:before { content: "\f02c"; } -.iconf-list:before { content: "\f03a"; } -.iconf-check:before { content: "\f046"; } -.iconf-play:before { content: "\f04b"; } -.iconf-pause:before { content: "\f04c"; } -.iconf-stop:before { content: "\f04d"; } -.iconf-check-empty:before { content: "\f096"; } -.iconf-globe:before { content: "\f0ac"; } -.iconf-tasks:before { content: "\f0ae"; } -.iconf-filter:before { content: "\f0b0"; } -.iconf-plus-sign:before { content: "\f055"; } -.iconf-chevron-left:before { content: "\f053"; } -.iconf-chevron-right:before { content: "\f054"; } -.iconf-chevron-up:before { content: "\f077"; } -.iconf-chevron-down:before { content: "\f078"; } -.iconf-key:before { content: "\f084"; } -.iconf-inbox:before { content: "\f01c"; } -.iconf-share:before { content: "\f045"; } -.iconf-hdd:before { content: "\f0a0"; } -.iconf-group:before { content: "\f0c0"; } -.iconf-cloud:before { content: "\f0c2"; } -.iconf-carret-left:before { content: "\f0d9"; } -.iconf-sort-down:before { content: "\f0dd"; } -.iconf-sort-up:before { content: "\f0de"; } -.iconf-sitemap:before { content: "\f0e8"; } -.iconf-folder-open:before { content: "\f07c"; } -.iconf-folder-open-alt:before { content: "\f115"; } -.iconf-folder-close:before { content: "\f07b"; } -.iconf-folder-close-alt:before { content: "\f114"; } +}.iconf-search:before { content: "\f021"; } +.iconf-user:before { content: "\f022"; } +.iconf-ok:before { content: "\f023"; } +.iconf-remove:before { content: "\f024"; } +.iconf-cog:before { content: "\f025"; } +.iconf-trash:before { content: "\f026"; } +.iconf-refresh:before { content: "\f027"; } +.iconf-list-alt:before { content: "\f028"; } +.iconf-tag:before { content: "\f029"; } +.iconf-tags:before { content: "\f02a"; } +.iconf-list:before { content: "\f02b"; } +.iconf-edit:before { content: "\f02c"; } +.iconf-share:before { content: "\f02d"; } +.iconf-check:before { content: "\f02e"; } +.iconf-play:before { content: "\f02f"; } +.iconf-pause:before { content: "\f030"; } +.iconf-stop:before { content: "\f031"; } +.iconf-eye-open:before { content: "\f032"; } +.iconf-eye-close:before { content: "\f033"; } +.iconf-check-empty:before { content: "\f034"; } +.iconf-globe:before { content: "\f035"; } +.iconf-tasks:before { content: "\f036"; } +.iconf-filter:before { content: "\f037"; } +.iconf-plus-sign:before { content: "\f038"; } +.iconf-chevron-left:before { content: "\f039"; } +.iconf-chevron-right:before { content: "\f03a"; } +.iconf-chevron-up:before { content: "\f03b"; } +.iconf-chevron-down:before { content: "\f03c"; } +.iconf-key:before { content: "\f03d"; } +.iconf-inbox:before { content: "\f03e"; } +.iconf-share:before { content: "\f03f"; } +.iconf-hdd:before { content: "\f040"; } +.iconf-group:before { content: "\f041"; } +.iconf-cloud:before { content: "\f042"; } +.iconf-carret-left:before { content: "\f043"; } +.iconf-sort-down:before { content: "\f044"; } +.iconf-sort-up:before { content: "\f045"; } +.iconf-sitemap:before { content: "\f046"; } +.iconf-folder-open:before { content: "\f047"; } +.iconf-folder-open-alt:before { content: "\f048"; } +.iconf-folder-close:before { content: "\f049"; } +.iconf-folder-close-alt:before { content: "\f04a"; } |