Stuff all over the place

This commit is contained in:
2019-05-05 02:03:02 +02:00
parent 67bd7f951a
commit 12a8b805fa
20 changed files with 422 additions and 57 deletions

View File

@@ -55,13 +55,28 @@ tr:hover {
#new-account-form *,
#new-transaction-form *,
#new-recurring-transaction-form * {
#new-recurring-transaction-form *,
#recurring-to-transaction-with-amount-form * {
display: block;
margin-top: 1em;
width: 20em;
box-sizing: border-box;
}
#footer-container * {
display: block;
}
#footer-container > hr {
width: 100%;
}
#footer-container > span {
text-align: center;
font-size: 0.9em;
}
.errorMessage {
color: #ff6666
color: #ff6666;
display: block;
}