Skip to content

Commit

Permalink
Merge pull request #1307 from angelleye/PFW-399
Browse files Browse the repository at this point in the history
WordPress Plugin Notification Sender CSS changes, PFW-399
  • Loading branch information
Drew Angell committed Apr 12, 2019
2 parents a5b2b50 + d961253 commit 74e81af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions angelleye-includes/angelleye-utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -2269,11 +2269,11 @@ public static function angelleye_display_push_notification($response_data) {
. '<div class="angelleye-notice-message">'
. '<h3>' . $response_data->ans_message_title .'</h3>'
. '<div class="angelleye-notice-message-inner">'
. $response_data->ans_message_description
. '<p>' . $response_data->ans_message_description . '</p>'
. '<div class="angelleye-notice-action"><a target="_blank" href="'.$response_data->ans_button_url.'" class="button button-primary">'.$response_data->ans_button_label.'</a></div>'
. '</div>'
. '</div>'
. '<div class="angelleye-notice-cta">'
. '<a href="'.$response_data->ans_button_url.'" class="button button-primary">'.$response_data->ans_button_label.'</a>'
. '<button class="angelleye-notice-dismiss angelleye-dismiss-welcome" data-msg="'.$response_data->id.'">Dismiss</button>'
. '</div>'
. '</div>';
Expand Down
4 changes: 4 additions & 0 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 74e81af

Please sign in to comment.