[IMP] improved view(put image of one line in right side corner),remove no of unread messgaes box

bzr revid: tpa@tinyerp.com-20130627101345-3rz418crnh0122vr
This commit is contained in:
Turkesh Patel (Open ERP) 2013-06-27 15:43:45 +05:30
parent 254dc5b8a9
commit 62a5ecfca3
2 changed files with 19 additions and 17 deletions

View File

@ -354,7 +354,6 @@
<field name="no_of_hired_employee"/>
<field name="manager_id"/>
<field name="survey_id"/>
<field name="message_summary"/>
<field name="state"/>
<templates>
<t t-name="kanban-box">
@ -385,12 +384,13 @@
<div class="oe_job_alias oe_kanban_ellipsis" t-if=" record.alias_id.value">
<span class="oe_e">%%</span><small><field name="alias_id"/></small>
</div>
<div class="oe_job oe_kanban_ellipsis">
<div class="oe_job oe_department">
<field name="department_id"/>
<span t-if="record.manager_id.value" class="oe_manager_name">
(<t t-esc="record.manager_id.value"/>)
</span>
</div>
<div class="oe_job oe_manager_name oe_kanban_ellipsis">
<t t-esc="record.manager_id.value"/>
</div>
</div>
<t t-if="record.state.raw_value == 'recruit'">
<div class="oe_applications">
@ -413,9 +413,6 @@
<a t-if="record.state.raw_value == 'open'" data-name="job_recruitment" data-type="object" class="oe_kanban_action">Launch Recruitment</a>
<a t-if="record.state.raw_value == 'recruit'" data-name="job_open" data-type="object" class="oe_kanban_action">Recruitment Done</a>
</div>
<div class="oe_kanban_footer_left oe_job_messages">
<t t-raw="record.message_summary.raw_value"/>
</div>
</div>
</div>
</t>

View File

@ -1,13 +1,13 @@
.openerp .oe_kanban_job{
width: 355px;
min-height: 150px !important;
min-height: 165px !important;
}
.openerp .oe_job_alias{
margin: 3px 85px;
width: 270px;
margin: 3px;
}
.openerp .oe_job_detail{
height: 70px;
width: 308px
}
.openerp .oe_job_alias .oe_e {
font-size: 30px;
@ -22,14 +22,15 @@
font-size: 112%;
position: inline;
margin: 3px 3px;
margin-left: 85px;
color: #4c4c4c;
height: 16px;
}
.openerp img.oe_job_avatar {
position: absolute;
width: 75px;
height: 75px;
width: 24px;
height: 24px;
margin-left: 308px;
margin-top: -5px;
}
.openerp .oe_launch_recruitment{
float: right;
@ -56,20 +57,24 @@
}
.openerp .oe_justgage {
float: right;
margin-top: -55px;
margin-top: -40px;
margin-right: -30px;
width:200px;
height:130px;
}
.openerp .oe_department {
display: inline-block;
height: 44px !important;
width: 358px;
overflow: hidden;
text-overflow: ellipsis;
white-space: wrap;
}
.openerp .oe_new_recruitment {
margin-top: 4px;
color: #4c4c4c;
}
.openerp .oe_start_recruitment {
padding-top: 5px;
padding-top: 22px;
}
.openerp .oe_start_recruitment p {
font-size: 14px;