diff --git a/hotel_booking/admin/common.css b/hotel_booking/admin/common.css index b173a1a..34445c8 100644 --- a/hotel_booking/admin/common.css +++ b/hotel_booking/admin/common.css @@ -50,7 +50,7 @@ } .custom-alert-t{ position: fixed; - top: 20px; + top: -700px; right: 20px; width: 320px; } @@ -62,4 +62,7 @@ #dashboard-body{ margin-top: 60px; } + .custom-alert-t{ + top: -1000px; + } } \ No newline at end of file diff --git a/hotel_booking/admin/settings.php b/hotel_booking/admin/settings.php index 35b9b89..eae1858 100644 --- a/hotel_booking/admin/settings.php +++ b/hotel_booking/admin/settings.php @@ -209,6 +209,43 @@ + +