Stuff all over the place
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user