fix: misc ux

This commit is contained in:
Jannat Patel
2022-10-10 13:11:49 +05:30
parent 54dc6102a6
commit 11277d2ef3
10 changed files with 61 additions and 56 deletions

View File

@@ -1678,10 +1678,6 @@ li {
margin-right: 0;
}
.review-link {
float: right
}
.role {
margin-bottom: 0;
cursor: pointer;

View File

@@ -62,7 +62,7 @@ const join_course = (e) => {
if (data.message == "OK") {
$(".no-preview-modal").modal("hide");
frappe.show_alert({
message: __("You are now a student of this course."),
message: __("Enrolled successfully"),
indicator:'green'
}, 3);
setTimeout(function () {