diff --git a/app/assets/stylesheets/ask.css b/app/assets/stylesheets/ask.css new file mode 100644 index 00000000..0361ace4 --- /dev/null +++ b/app/assets/stylesheets/ask.css @@ -0,0 +1,8 @@ +#acknowledgement { + font-size: 14px; + color: green; +} + +.ask-question { + +} \ No newline at end of file diff --git a/vendor/built_in_modules/ask/app/views/panel/ask/front_end/ask_questions/index.html.erb b/vendor/built_in_modules/ask/app/views/panel/ask/front_end/ask_questions/index.html.erb index 2a6cc873..42f50e6f 100644 --- a/vendor/built_in_modules/ask/app/views/panel/ask/front_end/ask_questions/index.html.erb +++ b/vendor/built_in_modules/ask/app/views/panel/ask/front_end/ask_questions/index.html.erb @@ -1,10 +1,5 @@ - -
+ +
<%= form_for @ask_question, url: panel_ask_front_end_ask_questions_path(standalone: true), remote: true, html: {class: 'form-horizontal'} do |f| %>