mirror of
https://github.com/odoo/documentation.git
synced 2025-12-12 07:29:27 +07:00
[IMP] accounting: cheat sheet styles
closes odoo/documentation#13220
X-original-commit: c97f57ee93
Signed-off-by: Ruben Gomes (rugo) <rugo@odoo.com>
Signed-off-by: Samuel Lieber (sali) <sali@odoo.com>
This commit is contained in:
@@ -21,6 +21,7 @@ main.index .toctree-wrapper > .row:first-child > .col-md-3 {
|
||||
|
||||
.related {
|
||||
background-color: hsl(317deg 16% 90%) !important;
|
||||
border: 1px solid #000000 !important;
|
||||
transition: .3s;
|
||||
}
|
||||
.secondary {
|
||||
@@ -46,13 +47,13 @@ label:hover,
|
||||
.accounts-table dl {
|
||||
margin: 0;
|
||||
padding: .5rem 0;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.accounts-table h4, .accounts-table h5 {
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
padding: .5rem;
|
||||
|
||||
}
|
||||
|
||||
.accounts-table h4 {
|
||||
@@ -61,11 +62,13 @@ label:hover,
|
||||
/* table root */
|
||||
.accounts-table > div {
|
||||
display: flex;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
/* P&L & Balance Sheet columns */
|
||||
.accounts-table > div > div {
|
||||
flex: 1;
|
||||
padding: .5rem;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.accounts-table > div > div:first-child {
|
||||
@@ -76,6 +79,7 @@ label:hover,
|
||||
.accounts-table > div > div div {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
border: 1px solid transparent;
|
||||
}
|
||||
|
||||
.accounts-table > div > div div > h5 {
|
||||
@@ -139,16 +143,19 @@ label:hover,
|
||||
.chart-of-accounts .highlight-op,
|
||||
.valuation-chart .highlight-op {
|
||||
background-color: #030035;
|
||||
border-bottom: 1px solid #000000 !important;
|
||||
}
|
||||
|
||||
.chart-of-accounts .highlight-op,
|
||||
.valuation-chart-continental .highlight-op {
|
||||
background-color: #030035;
|
||||
border-bottom: 1px solid #000000 !important;
|
||||
}
|
||||
|
||||
.chart-of-accounts .highlight-op,
|
||||
.valuation-chart-anglo-saxon .highlight-op {
|
||||
background-color: #030035;
|
||||
border-bottom: 1px solid #000000 !important;
|
||||
}
|
||||
}
|
||||
.entries-listing {
|
||||
@@ -173,20 +180,24 @@ label:hover,
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
background-color: transparent;
|
||||
border-bottom: 1px solid transparent;
|
||||
}
|
||||
60% {
|
||||
background-color: hsl(317deg 16% 90%);
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
80% {
|
||||
opacity: 1;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
100% {
|
||||
opacity: 0;
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
display: none;
|
||||
border-bottom: 1px solid #000000;
|
||||
}
|
||||
}
|
||||
.reconcile1 .invoice1, .reconcile1 .invoice1 td {
|
||||
|
||||
Reference in New Issue
Block a user