mirror of
https://github.com/bringout/oca-financial.git
synced 2026-04-22 05:02:01 +02:00
Initial commit: OCA Financial packages (186 packages)
This commit is contained in:
commit
3e0e8473fb
8757 changed files with 947473 additions and 0 deletions
|
|
@ -0,0 +1,37 @@
|
|||
.table-statement {
|
||||
.amount {
|
||||
text-align: right !important;
|
||||
width: 14%; //spread 7 columns evenly
|
||||
}
|
||||
thead {
|
||||
border-bottom: solid; // required for clean layout
|
||||
tr th:first-child {
|
||||
width: auto !important; // required for clean layout
|
||||
}
|
||||
tr th:last-child {
|
||||
width: 16% !important; // required for boxed layout
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.statement-blocked {
|
||||
background-color: $gray-500 !important;
|
||||
td:last-child {
|
||||
background-color: $gray-500 !important;
|
||||
}
|
||||
}
|
||||
|
||||
.statement-reconciled {
|
||||
font-size: smaller;
|
||||
font-style: italic !important;
|
||||
td:last-child {
|
||||
font-style: italic !important;
|
||||
}
|
||||
}
|
||||
|
||||
.statement-outside-date-rank {
|
||||
color: $red !important;
|
||||
td:last-child {
|
||||
color: $red !important;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue