mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Minor fixes for playful design
This commit is contained in:
parent
5f51ea9002
commit
5bd0b043e0
@ -75,6 +75,9 @@ class PaymentAmountsBalanceRule implements Rule
|
||||
return true;
|
||||
}
|
||||
|
||||
nlog(request()->input('invoices'));
|
||||
nlog($payment_amounts);
|
||||
nlog($invoice_amounts);
|
||||
|
||||
return $payment_amounts >= $invoice_amounts;
|
||||
}
|
||||
|
@ -38,7 +38,10 @@
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
#entity-details p { margin-right: 20px; }
|
||||
#entity-details p {
|
||||
margin-right: 20px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.header-wrapper #entity-details {
|
||||
width: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user