Commit 2e8c8bc2 by Saliya Randunu

minor fixes related to popups

parent c4d1fd0e
......@@ -5911,7 +5911,7 @@ label, label .label-title span {
#change-plan .jBox-content {padding: 0;}
.change-plan-content {padding: 40px;}
.change-plan-content {padding: 40px 40px 0;}
.change-plan-content h3 {
color: #03A0E7;
......
......@@ -53,7 +53,7 @@
PopupCoupon = new jBox('Modal', {
id : "change-plan",
overlay : true, content : $("#invalid-coupon-popup") ,
width : 500, height : 450
width : 500, height : 400
});
PopupCoupon.open();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment