Start of form customization for billing

This commit is contained in:
Albert Santoni 2014-06-24 15:52:43 -04:00
parent 5d69ba5f91
commit 8c20592423
5 changed files with 144 additions and 54 deletions

View file

@ -0,0 +1,33 @@
@CHARSET "UTF-8";
#upgrade-downgrade dl
{
width: 300px;
}
#upgrade-downgrade dt, #upgrade-downgrade dd
{
margin: 0px;
}
#upgrade-downgrade dd
{
margin-bottom: 10px;
}
#plantype
{
float: left;
}
#billingcycle
{
float: left;
}
#paymentmethod
{
float: left;
}