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
parent c16790e797
commit 6f6025835b
4 changed files with 96 additions and 7 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;