Nicer auto-styling for the Billing Details form
This commit is contained in:
parent
fce6116d60
commit
b36967a690
3 changed files with 24 additions and 0 deletions
|
@ -168,4 +168,22 @@
|
|||
#invoices_table .unpaid
|
||||
{
|
||||
color: #ff0000;
|
||||
}
|
||||
|
||||
/** This form is the separate one on the Billing Account Details page (BillingClient.php) */
|
||||
#clientdetails_form dt {
|
||||
float: left;
|
||||
clear: both;
|
||||
width: 50%;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#clientdetails_form dd {
|
||||
float: left;
|
||||
margin-left: 0px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
#clientdetails_form .right-align
|
||||
{
|
||||
/*text-align: right;*/
|
||||
width: 100%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue