diff --git a/app/assets/images/stats_booth.png b/app/assets/images/stats_booth.png new file mode 100644 index 000000000..98d218b1a Binary files /dev/null and b/app/assets/images/stats_booth.png differ diff --git a/app/assets/images/stats_mail.png b/app/assets/images/stats_mail.png new file mode 100644 index 000000000..875f4d5e3 Binary files /dev/null and b/app/assets/images/stats_mail.png differ diff --git a/app/assets/images/stats_web.png b/app/assets/images/stats_web.png new file mode 100644 index 000000000..e16835b32 Binary files /dev/null and b/app/assets/images/stats_web.png differ diff --git a/app/assets/stylesheets/stats.scss b/app/assets/stylesheets/stats.scss index 6c2cc73c5..2992e5d05 100644 --- a/app/assets/stylesheets/stats.scss +++ b/app/assets/stylesheets/stats.scss @@ -40,6 +40,18 @@ content: image-url('stats_woman.png'); } + &.web::before { + content: image-url('stats_web.png'); + } + + &.booth::before { + content: image-url('stats_booth.png'); + } + + &.mail::before { + content: image-url('stats_mail.png'); + } + .content { display: inline-block; margin-right: $line-height * 2; diff --git a/app/views/polls/stats.html.erb b/app/views/polls/stats.html.erb index a97e5ec43..216a1a2e8 100644 --- a/app/views/polls/stats.html.erb +++ b/app/views/polls/stats.html.erb @@ -11,6 +11,9 @@
<%= link_to t("stats.advanced"), "#advanced_statistics" %>