FinanceBuddy: finance fields in task form + metadata persistence (v0.3)
This commit is contained in:
@@ -1,6 +1,30 @@
|
||||
/*
|
||||
* FinanceBuddy styles.
|
||||
*
|
||||
* Empty for now. The money badge (.fb-badge / .fb-installments) and the per-column total
|
||||
* (.fb-column-total) styling are added as those features land in later versions.
|
||||
* The money badge (.fb-badge / .fb-installments) and the per-column total (.fb-column-total)
|
||||
* styling are added as those features land in later versions.
|
||||
*/
|
||||
|
||||
/* Task-form finance fieldset (middle column). */
|
||||
.fb-form-directions {
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.fb-form-inline {
|
||||
display: inline-block;
|
||||
margin-right: 14px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.fb-form-installments {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.fb-form-installments .fb-form-num {
|
||||
width: 5em;
|
||||
}
|
||||
|
||||
.fb-form-installments span {
|
||||
margin: 0 8px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user