diff --git a/static/css/email_notifications.css b/static/css/email_notifications.css index 739e45b..a5e5ee0 100644 --- a/static/css/email_notifications.css +++ b/static/css/email_notifications.css @@ -16,7 +16,7 @@ width:177px; } -#ep_email_form_popup > p { +.ep_email_form_popup_header { font-size:x-small; } diff --git a/static/js/ep_email.js b/static/js/ep_email.js index 5c8c609..4be591a 100644 --- a/static/js/ep_email.js +++ b/static/js/ep_email.js @@ -174,7 +174,7 @@ function askClientToEnterEmail(){ // (string | mandatory) the heading of the notification title: window._('ep_email_notifications.titleGritterSubscr'), // (string | mandatory) the text inside the notification - text: "
" + window._('ep_email_notifications.headerGritterSubscr') + "
" + formContent, + text: "" + window._('ep_email_notifications.headerGritterSubscr') + "
" + formContent, // (bool | optional) if you want it to fade out on its own or just sit there sticky: true, // (int | optional) the time you want it to be alive for before fading out