[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; margin-right: 8px;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis;
} }
.openerp .oe_followers .oe_partner img{ .openerp .oe_followers .oe_partner img{
width: 32px; width: 32px;

View File

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

View File

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