Commit 3bbd021a by Muhammad Shoaib

MAYN-122

added the scrolling for the registration_code_generation modal dialog box.
parent f80720d0
......@@ -1588,7 +1588,6 @@ input[name="subject"] {
font-size: 12px;
color: #646464
}
top: 100px !important;
width: 650px;
@include margin-left(-325px);
border-radius: 2px;
......
......@@ -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')
......
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