Copies the style sheet for the report tables from the local style sheet to the accounting application.

This commit is contained in:
依瑪貓 2020-08-31 15:17:00 +08:00
parent 19a2609e11
commit c6987304f4

View File

@ -21,6 +21,20 @@
* First written: 2019/9/12
*/
/* The report tables */
.table .amount {
text-align: right;
}
.table td.amount {
font-style: italic;
}
.table .actions {
text-align: center;
}
.table .actions .btn {
white-space: nowrap;
}
/* The list view for small screens*/
.account-picker {
height: auto;