Browse Source
10.0 port web sheet full width (#449)
10.0 port web sheet full width (#449)
[MIG] adapt web_sheet_full_width to V10.0 web frameworkpull/462/head
Sylvain LE GAL
8 years ago
committed by
Pedro M. Baeza
6 changed files with 20 additions and 88 deletions
-
11web_sheet_full_width/README.rst
-
19web_sheet_full_width/__init__.py
-
40web_sheet_full_width/__manifest__.py
-
27web_sheet_full_width/static/src/css/web_sheet_full_width.css
-
9web_sheet_full_width/static/src/css/web_sheet_full_width.less
-
2web_sheet_full_width/view/qweb.xml
@ -1,20 +1 @@ |
|||
# -*- coding: utf-8 -*- |
|||
############################################################################## |
|||
# |
|||
# OpenERP, Open Source Management Solution |
|||
# This module copyright (C) 2014 Therp BV (<http://therp.nl>). |
|||
# |
|||
# This program is free software: you can redistribute it and/or modify |
|||
# it under the terms of the GNU Affero General Public License as |
|||
# published by the Free Software Foundation, either version 3 of the |
|||
# License, or (at your option) any later version. |
|||
# |
|||
# This program is distributed in the hope that it will be useful, |
|||
# but WITHOUT ANY WARRANTY; without even the implied warranty of |
|||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|||
# GNU Affero General Public License for more details. |
|||
# |
|||
# You should have received a copy of the GNU Affero General Public License |
|||
# along with this program. If not, see <http://www.gnu.org/licenses/>. |
|||
# |
|||
############################################################################## |
@ -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; |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue