SAAS-973: Airtime Billing page - Add support for August promotion plans

Front-end changes to price grid, and plan title
This commit is contained in:
drigato 2015-07-30 12:53:37 -04:00
parent d9e2ba0ed3
commit bccba2f9d5
3 changed files with 62 additions and 20 deletions

View file

@ -56,8 +56,8 @@
border-spacing: 0px;
border-collapse: separate;
border: 1px solid #777;
width: 600px;
margin-left: -100px;
width: 680px;
margin-left: -140px;
/*background-color: #555;*/
table-layout: fixed;
margin-top: 20px;
@ -65,6 +65,19 @@
box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}
.pricing-grid .august-promo div {
display: inline-block;
background-color: #ff611f;
padding: 3px 5px;
border-radius: 5px;
margin-left: -5px;
color: #ffffff;
}
.pricing-grid .august-promo span {
text-decoration: line-through;
}
.pricing-grid td, .pricing-grid th
{
border-bottom: 1px solid #999;
@ -223,4 +236,13 @@
{
/*text-align: right;*/
width: 100%;
}
}
#promo-plan-eligible {
margin-top: 10px;
font-size: 13px;
background-color: #ff611f;
padding: 3px 5px;
border-radius: 5px;
color: #ffffff;
}