From f71171f50919798edbb3b6a588fc5eb51c29e64b Mon Sep 17 00:00:00 2001 From: Andreas Stephanides Date: Sat, 1 Aug 2015 23:38:06 +0200 Subject: [PATCH] css & destroy --- app/assets/stylesheets/layout.css.scss | 5 ++++- app/views/survey/choices/destroy.js.erb | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 app/views/survey/choices/destroy.js.erb diff --git a/app/assets/stylesheets/layout.css.scss b/app/assets/stylesheets/layout.css.scss index 93c48a4..cb14c4c 100755 --- a/app/assets/stylesheets/layout.css.scss +++ b/app/assets/stylesheets/layout.css.scss @@ -246,4 +246,7 @@ font-size:3em; } ul.choice-list > li > a.btn > i { font-size:1em; -} \ No newline at end of file +} +a.choice > i {font-size: 32px} +span.highcharts-axis-labels > i { +font-size:32px} \ No newline at end of file diff --git a/app/views/survey/choices/destroy.js.erb b/app/views/survey/choices/destroy.js.erb new file mode 100644 index 0000000..277586b --- /dev/null +++ b/app/views/survey/choices/destroy.js.erb @@ -0,0 +1 @@ +$('#<%= @divid %>').replaceWith("")