[IMP] Kanban view tweaking

bzr revid: rim@openerp.com-20140303133641-xa52rj4g2k0gxtxp
This commit is contained in:
Richard Mathot (OpenERP) 2014-03-03 14:36:41 +01:00
parent dbd02d734b
commit 6eca5c113b
2 changed files with 3 additions and 7 deletions

View File

@ -1,13 +1,13 @@
.openerp .oe_survey_title {
font-weight: bold;
font-size: 19px;
margin: 8px 0px 8px 0px;
margin: 8px 0 8px 0;
color: #5B5B5B;
}
.openerp .oe_kanban_survey {
width: 550px;
min-height: 220px !important;
width: 400px;
min-height: 200px !important;
}
.openerp .oe_kanban_survey .oe_kanban_survey_list{
width: 100%;

View File

@ -250,8 +250,6 @@
<h3 class="oe_kanban_ellipsis"><t t-esc="record.title.raw_value.toString()"></t></h3>
<div t-if="record.visible_to_user.raw_value === false">
<center>
<field name="tot_sent_survey" widget="gauge" style="width:160px; height: 120px;"
options="{'max_field': 'tot_sent_survey'}"/>
<field name="tot_start_survey" widget="gauge" style="width:160px; height: 120px;"
options="{'max_field': 'tot_sent_survey'}"/>
<field name="tot_comp_survey" widget="gauge" style="width:160px; height: 120px;"
@ -260,8 +258,6 @@
</div>
<div t-if="record.visible_to_user.raw_value === true">
<center>
<field name="tot_start_survey" widget="gauge" style="width:160px; height: 120px;"
options="{'max_field': 'tot_start_survey'}"/>
<field name="tot_comp_survey" widget="gauge" style="width:160px; height: 120px;"
options="{'max_field': 'tot_start_survey'}"/>
</center>