Nicer auto-styling for the Billing Details form

This commit is contained in:
Albert Santoni 2014-06-25 20:32:41 -04:00
parent fce6116d60
commit b36967a690
3 changed files with 24 additions and 0 deletions

View file

@ -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%;
}