[IMP] improved css and view

bzr revid: tpa@tinyerp.com-20130329111451-49ouiym81aeh1np4
This commit is contained in:
Turkesh Patel (Open ERP) 2013-03-29 16:44:51 +05:30
parent 53e711f7ce
commit c4ef5d2f6c
3 changed files with 6 additions and 4 deletions

View File

@ -627,6 +627,7 @@
margin-right: 8px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.openerp .oe_followers .oe_partner img{
width: 32px;

View File

@ -106,7 +106,7 @@
<field name="inherit_id" ref="base.view_users_form_simple_modif"/>
<field name="arch" type="xml">
<data>
<xpath expr="//field[@name='company_id']" position="after">
<xpath expr="//field[@name='company_id']" position="before">
<field name="default_section_id"/>
</xpath>
</data>

View File

@ -54,6 +54,7 @@
border-left: none;
padding-left: 0;
}
.openerp .oe_dropdown_menu > li > a:hover{
overflow: visible;
}
.oe_systray_shortcuts_items > li > a:hover {
overflow:visible;
white-space: normal;
}