diff options
| author | 2013-02-03 17:42:24 +0100 | |
|---|---|---|
| committer | 2013-02-03 17:42:24 +0100 | |
| commit | 3df5debfdaa725ba07e8d963480d042462e92c3e (patch) | |
| tree | 953e49e5cf4679291359c45ae98963b13bfd5817 /module/web/static/css/fontawesome.css | |
| parent | added some icons, select2, worked on package-list (diff) | |
| download | pyload-3df5debfdaa725ba07e8d963480d042462e92c3e.tar.xz | |
larger package column
Diffstat (limited to 'module/web/static/css/fontawesome.css')
| -rw-r--r-- | module/web/static/css/fontawesome.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/module/web/static/css/fontawesome.css b/module/web/static/css/fontawesome.css index 8ca8bbfbb..d314e7d68 100644 --- a/module/web/static/css/fontawesome.css +++ b/module/web/static/css/fontawesome.css @@ -279,9 +279,16 @@ ul.icons li [class*=" iconf-"] { .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"; } |
