Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WordPress Plugin Notification Sender CSS changes, PFW-399 #1307

Merged
merged 3 commits into from
Apr 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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