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("")