forked from Techsystech/web
new:[web_sheet_full_width] give openchatter full width too.
parent
640769ecfc
commit
4875457138
|
@ -6,3 +6,15 @@
|
||||||
{
|
{
|
||||||
padding: 16px;
|
padding: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.openerp .oe_form div.oe_chatter {
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
.openerp .oe_followers {
|
||||||
|
width: 250px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.openerp .oe_record_thread {
|
||||||
|
margin-right: 293px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue