mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 21:49:18 +00:00
fix: styling in trial_balance.html and print format
(cherry picked from commit 5858b14071)
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -50,15 +50,20 @@
|
|||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
||||||
.report-subtitle {
|
.report-subtitle {
|
||||||
margin: 10px 0 14px;
|
margin: 10px 0 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-center { text-align: center; }
|
.text-center { text-align: center; }
|
||||||
|
|
||||||
.text-right {
|
.text-right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
font-variant-numeric: tabular-nums;
|
font-variant-numeric: tabular-nums;
|
||||||
|
white-space: nowrap;
|
||||||
|
overflow: hidden;
|
||||||
|
text-overflow: ellipsis;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-left { text-align: left; }
|
.text-left { text-align: left; }
|
||||||
.text-bold { font-weight: 700; }
|
.text-bold { font-weight: 700; }
|
||||||
|
|
||||||
@@ -82,7 +87,7 @@
|
|||||||
color: #7c7c7c;
|
color: #7c7c7c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.report-table tbody td {
|
.report-table tbody td.text-left {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user