fix: full width for sheet v9

- Add margin for better visibility
- Add web_sheet_full_width migration state Done
- Update to new OCA README.rst format.
This commit is contained in:
Nicolas JEUDY
2015-11-17 16:44:44 +01:00
committed by Joan Mateu Jordi
parent bd4f73508f
commit 59b51d7e36
3 changed files with 95 additions and 6 deletions

View File

@@ -1,7 +1,14 @@
.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;