kira 8 years ago
commit c658495834

@ -1167,7 +1167,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
}); });
return; return;
} }
if (cofig > 2 || cofig < parseFloat(Decimal.add($scope.paymentInfo.rate_value, 0.1).toFixed(2))) { if (cofig > 2.5 || cofig < parseFloat(Decimal.add($scope.paymentInfo.rate_value, 0.1).toFixed(2))) {
commonDialog.alert({title: 'Error', content: 'Not in the valid range', type: 'error'}); commonDialog.alert({title: 'Error', content: 'Not in the valid range', type: 'error'});
return; return;
} }

@ -96,7 +96,7 @@
padding-top: 25px; padding-top: 25px;
padding-bottom: 19px; padding-bottom: 19px;
border-radius: 5px; border-radius: 5px;
background: -webkit-linear-gradient(top, rgb(48, 175, 153), rgb(48, 175, 105)); background: -webkit-linear-gradient(top, rgb(253, 99, 1), rgb(251, 120, 4));
box-shadow: rgba(0,0,0,.3) 5px 5px 10px; box-shadow: rgba(0,0,0,.3) 5px 5px 10px;
animation:0.5s showDialog; animation:0.5s showDialog;
} }

Loading…
Cancel
Save