ask moudule: add ask.css

This commit is contained in:
iCross 2013-05-30 15:26:39 +08:00 committed by chris
parent 75e27ed849
commit e353961b21
2 changed files with 10 additions and 7 deletions

View File

@ -0,0 +1,8 @@
#acknowledgement {
font-size: 14px;
color: green;
}
.ask-question {
}

View File

@ -1,10 +1,5 @@
<style type="text/css">
#acknowledgement {
font-size: 14px;
color: green;
}
</style>
<div id="new-ask-question">
<link href='/assets/ask.css' rel='stylesheet' type='text/css' />
<div id="new-ask-question" class="ask-question">
<div id="acknowledgement"></div>
<%= form_for @ask_question, url: panel_ask_front_end_ask_questions_path(standalone: true), remote: true,
html: {class: 'form-horizontal'} do |f| %>