[FIX] improved css: this should not effect on other views.

bzr revid: tpa@tinyerp.com-20140326114225-o1v8r5quzco1yyka
This commit is contained in:
Turkesh Patel (Open ERP) 2014-03-26 17:12:25 +05:30
parent e1a49b8dbc
commit 7435424cc4
2 changed files with 9 additions and 5 deletions

View File

@ -45,14 +45,18 @@
color: #999
}
.text-core .text-wrap textarea, .text-core .text-wrap input, .text-core .text-wrap .text-dropdown, .text-core .text-wrap .text-prompt, .text-core .text-wrap .text-tags .text-tag .text-button {
.tag_text .text-core .text-wrap textarea,
.tag_text .text-core .text-wrap input,
.tag_text .text-core .text-wrap .text-dropdown,
.tag_text .text-core .text-wrap .text-prompt,
.tag_text .text-core .text-wrap .text-tags .text-tag .text-button {
font: 1.2em "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.text-core .text-wrap .text-tags .text-tag .text-button {
.tag_text .text-core .text-wrap .text-tags .text-tag .text-button {
height: 1.2em !important;
}
.load_tags{
width: 845px !important;
width: 845px !important;
}

View File

@ -240,7 +240,7 @@
<li> provide enough details and, if possible, give an example </li>
<li> be clear and concise, avoid unnecessary introductions (Hi, ... Thanks...) </li>
</ul>
<form t-attf-action="/forum/#{ slug(forum) }/question/ask/" method="post" role="form">
<form t-attf-action="/forum/#{ slug(forum) }/question/ask/" method="post" role="form" class="tag_text">
<input type="text" name="question_name" required="True" t-attf-value="#{question_name or ''}"
class="form-control" placeholder="Enter your Question"/>
<h5 class="mt20">Please enter a descriptive question (should finish by a '?')</h5>
@ -261,7 +261,7 @@
<template id="edit_question">
<t t-call="website_forum.header">
<h3>Edit question</h3>
<form t-attf-action="/forum/#{ slug(forum) }/question/savequestion/" method="post" role="form">
<form t-attf-action="/forum/#{ slug(forum) }/question/savequestion/" method="post" role="form" class="tag_text">
<input type="text" name="question_name" required="True" t-attf-value="#{post.name or ''}"
class="form-control" placeholder="Edit your Question"/>
<h5 class="mt20">Please enter a descriptive question (should finish by a '?')</h5>