ask moudule: add ask.css
This commit is contained in:
parent
75e27ed849
commit
e353961b21
|
@ -0,0 +1,8 @@
|
||||||
|
#acknowledgement {
|
||||||
|
font-size: 14px;
|
||||||
|
color: green;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ask-question {
|
||||||
|
|
||||||
|
}
|
|
@ -1,10 +1,5 @@
|
||||||
<style type="text/css">
|
<link href='/assets/ask.css' rel='stylesheet' type='text/css' />
|
||||||
#acknowledgement {
|
<div id="new-ask-question" class="ask-question">
|
||||||
font-size: 14px;
|
|
||||||
color: green;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
<div id="new-ask-question">
|
|
||||||
<div id="acknowledgement"></div>
|
<div id="acknowledgement"></div>
|
||||||
<%= form_for @ask_question, url: panel_ask_front_end_ask_questions_path(standalone: true), remote: true,
|
<%= form_for @ask_question, url: panel_ask_front_end_ask_questions_path(standalone: true), remote: true,
|
||||||
html: {class: 'form-horizontal'} do |f| %>
|
html: {class: 'form-horizontal'} do |f| %>
|
||||||
|
|
Loading…
Reference in New Issue