diff --git a/lms/lms/widgets/NoPreviewModal.html b/lms/lms/widgets/NoPreviewModal.html index 4dc95b1b..0f2144ad 100644 --- a/lms/lms/widgets/NoPreviewModal.html +++ b/lms/lms/widgets/NoPreviewModal.html @@ -1,32 +1,42 @@ - diff --git a/lms/public/css/style.css b/lms/public/css/style.css index b7100774..6a6846a5 100644 --- a/lms/public/css/style.css +++ b/lms/public/css/style.css @@ -238,10 +238,6 @@ input[type=checkbox] { color: var(--gray-700); } -.submit-review { - width: 100px; -} - .custom-checkbox>label>input { visibility: hidden; } @@ -1744,3 +1740,37 @@ li { border-radius: 0; margin-right: 0; } + +.modal-header { + padding: 1.5rem 1.5rem 0 !important; +} + +.modal-body { + padding: 0 1.5rem !important; +} + +.modal-footer { + padding: 0.75rem 1.5rem !important; +} + +.modal-content { + font-size: var(--text-base) !important; +} + +.modal-header, .modal-body { + margin-bottom: 1rem !important; +} + +.modal-header { + border-bottom: none !important; +} + +.modal-footer { + border-top: none !important; + background-color: var(--gray-200) !important; + justify-content: flex-end !important; +} + +.modal-header .modal-title { + color: var(--gray-900); +} diff --git a/lms/www/courses/course.html b/lms/www/courses/course.html index ecb215ff..2ac40742 100644 --- a/lms/www/courses/course.html +++ b/lms/www/courses/course.html @@ -381,10 +381,7 @@ diff --git a/lms/www/jobs/job.html b/lms/www/jobs/job.html index 8669c9ef..b64a0962 100644 --- a/lms/www/jobs/job.html +++ b/lms/www/jobs/job.html @@ -52,39 +52,45 @@ -