mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
10.0 port web sheet full width (#449)
[MIG] adapt web_sheet_full_width to V10.0 web framework
This commit is contained in:
committed by
Joan Mateu Jordi
parent
97946a1b64
commit
eee3e1763f
@@ -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;
|
||||
}
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user