From 3e5e6065e46932134e953cd5920476688e65ba8f Mon Sep 17 00:00:00 2001
From: amir-qayyum-arbisoft <amir.qayyum@arbisoft.com>
Date: Tue, 28 Apr 2015 19:58:15 +0500
Subject: [PATCH] fixed cross icon issue on set date dialog inside schedule tab

---
 AUTHORS                         | 1 +
 lms/templates/ccx/schedule.html | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/AUTHORS b/AUTHORS
index 25b728d7b4a..99e0deb8a6f 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -207,3 +207,4 @@ Phil McGachey <phil_mcgachey@harvard.edu>
 Sri Harsha Pamu <kmitharsha@gmail.com>
 Cris Ewing <cris@crisewing.com>
 Carlos de La Guardia <carlos@jazkarta.com>
+Amir Qayyum Khan <amir.qayyum@arbisoft.com>
diff --git a/lms/templates/ccx/schedule.html b/lms/templates/ccx/schedule.html
index 22b6e67ff14..10c8e957943 100644
--- a/lms/templates/ccx/schedule.html
+++ b/lms/templates/ccx/schedule.html
@@ -32,7 +32,7 @@
 <section id="enter-date-modal" class="modal" aria-hidden="true">
   <div class="inner-wrapper" role="dialog">
     <button class="close-modal">
-      <i class="fa-remove"></i>
+      <i class="icon fa fa-remove"></i>
       <span class="sr">
         ${_("Close")}
       </span>
-- 
GitLab