diff --git a/client_download_pdf_modal.php b/client_download_pdf_modal.php
index e9617f49..8c127a55 100644
--- a/client_download_pdf_modal.php
+++ b/client_download_pdf_modal.php
@@ -55,7 +55,7 @@
@@ -64,7 +64,7 @@
diff --git a/client_events.php b/client_events.php
index c5f3afdd..f05f0479 100644
--- a/client_events.php
+++ b/client_events.php
@@ -60,13 +60,13 @@ while ($row = mysqli_fetch_array($sql)) {
defaultView: 'dayGridMonth',
customButtons: {
addEvent: {
- bootstrapFontAwesome: 'fa fa-plus',
+ bootstrapFontAwesome: 'fa fa-fw fa-plus',
click: function() {
$("#addCalendarEventModal").modal();
}
},
addCalendar: {
- bootstrapFontAwesome: 'fa fa-calendar-plus',
+ bootstrapFontAwesome: 'fa fa-fw fa-calendar-plus',
click: function() {
$("#addCalendarModal").modal();
}
diff --git a/client_login_edit_modal.php b/client_login_edit_modal.php
index 81567e12..7aa1039f 100644
--- a/client_login_edit_modal.php
+++ b/client_login_edit_modal.php
@@ -2,7 +2,7 @@