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

Fix to not allow current promo plans to downgrade to another promo plan
Added promo banner to billing page
This commit is contained in:
drigato 2015-07-31 10:46:02 -04:00
parent 5998d765fe
commit ff61fab62a
3 changed files with 38 additions and 3 deletions

View file

@ -246,3 +246,8 @@
border-radius: 5px;
color: #ffffff;
}
.promo-banner {
margin-top:10px;
background: url('images/august_aweomse_promo_banner.png') no-repeat;
}