Style issues on the credit status in the dashboard

ECOM-2117
This commit is contained in:
Ahsan Ulhaq
2015-08-18 17:42:03 +05:00
parent 3bf6b9bd32
commit 722c5bb90d
3 changed files with 19 additions and 13 deletions

View File

@@ -31,7 +31,7 @@
'username': username
};
$.ajax({
url: 'api/credit/v1/provider/' + provider_id + '/request/',
url: 'api/credit/v1/providers/' + provider_id + '/request/',
type: 'POST',
headers: {
'X-CSRFToken': $.cookie('csrftoken')

View File

@@ -548,16 +548,7 @@
padding: 0;
}
.credit-eligibility-msg {
@include float(left);
margin-top: 10px;
}
.purchase_credit {
@include float(right);
}
.pending-credit-btn{
.credit-btn{
@include float(right);
}
@@ -758,6 +749,20 @@
font-weight: bold;
}
}
.credit-eligibility-msg {
@include float(left);
margin-top: 10px;
}
.credit-request-pending-msg {
@include float(left);
margin-top: 10px;
}
.credit-request-approved-msg{
width: flex-grid(10, 12);
@include float(left);
}
.actions {