mirror of
https://github.com/OCA/knowledge.git
synced 2025-12-19 03:42:19 -06:00
[MIG] document_page: Migration to 13.0
This commit is contained in:
committed by
Justine Doutreloux
parent
4cf81af527
commit
c181491259
@@ -1,28 +0,0 @@
|
||||
table.diff {
|
||||
font-family: Courier;
|
||||
border: medium;
|
||||
}
|
||||
|
||||
table.diff .diff_header {
|
||||
background-color: #e0e0e0
|
||||
}
|
||||
|
||||
table.diff td.diff_header {
|
||||
text-align: right
|
||||
}
|
||||
|
||||
table.diff .diff_next {
|
||||
background-color:#c0c0c0
|
||||
}
|
||||
|
||||
table.diff .diff_add {
|
||||
background-color:#aaffaa
|
||||
}
|
||||
|
||||
table.diff .diff_chg {
|
||||
background-color:#ffff77
|
||||
}
|
||||
|
||||
table.diff .diff_sub {
|
||||
background-color:#ffaaaa
|
||||
}
|
||||
BIN
document_page/static/src/img/POS.png
Normal file
BIN
document_page/static/src/img/POS.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 206 KiB |
BIN
document_page/static/src/img/add_to_dashboard.png
Normal file
BIN
document_page/static/src/img/add_to_dashboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 47 KiB |
BIN
document_page/static/src/img/dashboard.png
Normal file
BIN
document_page/static/src/img/dashboard.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 35 KiB |
28
document_page/static/src/scss/document_page.scss
Normal file
28
document_page/static/src/scss/document_page.scss
Normal file
@@ -0,0 +1,28 @@
|
||||
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