Copies the style sheet for the report tables from the local style sheet to the accounting application.
This commit is contained in:
parent
19a2609e11
commit
c6987304f4
@ -21,6 +21,20 @@
|
|||||||
* First written: 2019/9/12
|
* 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*/
|
/* The list view for small screens*/
|
||||||
.account-picker {
|
.account-picker {
|
||||||
height: auto;
|
height: auto;
|
||||||
|
Loading…
Reference in New Issue
Block a user