From e353961b21b8e2797df61348a07dcb78a51e3ac1 Mon Sep 17 00:00:00 2001 From: iCross Date: Thu, 30 May 2013 15:26:39 +0800 Subject: [PATCH] ask moudule: add ask.css --- app/assets/stylesheets/ask.css | 8 ++++++++ .../panel/ask/front_end/ask_questions/index.html.erb | 9 ++------- 2 files changed, 10 insertions(+), 7 deletions(-) create mode 100644 app/assets/stylesheets/ask.css 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| %>