From 5c258325c26f8830c9a7d3e634156832e9dc0b88 Mon Sep 17 00:00:00 2001 From: quenenni Date: Thu, 4 Apr 2013 21:03:54 +0200 Subject: [PATCH] css correction --- static/css/email_notifications.css | 2 +- static/js/ep_email.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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