added the scrolling for the registration_code_generation modal dialog box.
This commit is contained in:
Muhammad Shoaib
2015-09-03 13:43:00 +05:00
parent f80720d09e
commit 3bbd021a73
2 changed files with 1 additions and 2 deletions

View File

@@ -1588,7 +1588,6 @@ input[name="subject"] {
font-size: 12px;
color: #646464
}
top: 100px !important;
width: 650px;
@include margin-left(-325px);
border-radius: 2px;

View File

@@ -223,7 +223,7 @@ import pytz
collapsible: true
});
$('a[rel*=leanModal]').leanModal();
$('a[rel*=leanModal]').leanModal({ top : -70, position: "absolute", closeButton: ".modal_close" });
$.each($("a.edit-right"), function () {
if ($(this).parent().parent('tr').hasClass('inactive_coupon')) {
$(this).removeAttr('href')