mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-18 19:32:19 -06:00
[ADD] document_page from odoo/7.0
This commit is contained in:
committed by
Justine Doutreloux
parent
8c49528c56
commit
0f0dc88d03
12
document_page/static/src/css/document_page.css
Normal file
12
document_page/static/src/css/document_page.css
Normal file
@@ -0,0 +1,12 @@
|
||||
.oe_form_editable .oe_document_page {
|
||||
display: none;
|
||||
}
|
||||
|
||||
table.diff {font-family:Courier; border:medium;}
|
||||
.diff_header {background-color:#e0e0e0}
|
||||
td.diff_header {text-align:right}
|
||||
.diff_next {background-color:#c0c0c0}
|
||||
.diff_add {background-color:#aaffaa}
|
||||
.diff_chg {background-color:#ffff77}
|
||||
.diff_sub {background-color:#ffaaaa}
|
||||
|
||||
Reference in New Issue
Block a user