mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
Backport web_sheet_full_width to 7.0
This commit is contained in:
@@ -40,7 +40,9 @@ Icon courtesy of http://www.picol.org/ (size_width.svg)
|
||||
'web',
|
||||
],
|
||||
"data": [
|
||||
"view/qweb.xml",
|
||||
],
|
||||
'css': [
|
||||
'static/src/css/web_sheet_full_width.css',
|
||||
],
|
||||
"auto_install": False,
|
||||
"installable": True,
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
.openerp .oe_form_sheet_width
|
||||
{
|
||||
max-width: none;
|
||||
min-width: 650px;
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
.openerp .oe_form_sheetbg
|
||||
{
|
||||
padding: 16px;
|
||||
|
||||
|
Before Width: | Height: | Size: 411 B After Width: | Height: | Size: 411 B |
@@ -1,10 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<openerp>
|
||||
<data>
|
||||
<template id="assets_backend" name="web_sheet_full_width" inherit_id="web.assets_backend">
|
||||
<xpath expr="." position="inside">
|
||||
<link rel="stylesheet" href="/web_sheet_full_width/static/src/css/web_sheet_full_width.css"/>
|
||||
</xpath>
|
||||
</template>
|
||||
</data>
|
||||
</openerp>
|
||||
Reference in New Issue
Block a user