10.0 port web sheet full width (#449)

[MIG] adapt web_sheet_full_width to V10.0 web framework
This commit is contained in:
Sylvain LE GAL
2016-10-18 12:42:45 +02:00
committed by Joan Mateu Jordi
parent 97946a1b64
commit eee3e1763f
6 changed files with 20 additions and 88 deletions

View File

@@ -1,27 +0,0 @@
.o_form_view .o_form_sheet_bg .o_form_sheet
{
width: auto !important;
margin: 15px;
}
.openerp .oe_form_sheet_width
{
max-width: none;
}
.openerp .oe_form_sheetbg
{
padding: 16px;
}
.openerp .oe_form div.oe_chatter {
max-width: 100%;
}
.openerp .oe_followers {
width: 250px;
}
.openerp .oe_record_thread {
margin-right: 293px;
}

View File

@@ -0,0 +1,9 @@
.o_form_view{
.o_form_sheet_bg .o_form_sheet{
margin: @padding-base-horizontal;
max-width: none;
}
.oe_chatter{
max-width: none;
}
}