diff --git a/angelleye-includes/angelleye-utility.php b/angelleye-includes/angelleye-utility.php index 6e67f1891..624c63853 100644 --- a/angelleye-includes/angelleye-utility.php +++ b/angelleye-includes/angelleye-utility.php @@ -2269,11 +2269,11 @@ public static function angelleye_display_push_notification($response_data) { . '
' . '

' . $response_data->ans_message_title .'

' . '
' - . $response_data->ans_message_description + . '

' . $response_data->ans_message_description . '

' + . '' . '
' . '
' . '
' - . ''.$response_data->ans_button_label.'' . '' . '
' . ''; diff --git a/assets/css/admin.css b/assets/css/admin.css index 34cb95a96..159c6df1c 100644 --- a/assets/css/admin.css +++ b/assets/css/admin.css @@ -365,6 +365,10 @@ label[for=woocommerce_paypal_express_paypal_marketing_solutions_enabled] { .angelleye-notice-logo-push span { display: block; + margin: 0px 10px 0px 10px; +} +.angelleye-notice-action { + padding-top: 5px; } @media only all and (max-width: 1200px) { .angelleye-notice-dismiss {