Start of form customization for billing
This commit is contained in:
parent
5d69ba5f91
commit
8c20592423
5 changed files with 144 additions and 54 deletions
33
airtime_mvc/public/css/billing.css
Normal file
33
airtime_mvc/public/css/billing.css
Normal 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;
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue