css correction
This commit is contained in:
		
							parent
							
								
									fddc835f82
								
							
						
					
					
						commit
						5c258325c2
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -16,7 +16,7 @@ | ||||||
|   width:177px; |   width:177px; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| #ep_email_form_popup > p { | .ep_email_form_popup_header { | ||||||
|   font-size:x-small; |   font-size:x-small; | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -174,7 +174,7 @@ function askClientToEnterEmail(){ | ||||||
|     // (string | mandatory) the heading of the notification
 |     // (string | mandatory) the heading of the notification
 | ||||||
|     title: window._('ep_email_notifications.titleGritterSubscr'), |     title: window._('ep_email_notifications.titleGritterSubscr'), | ||||||
|     // (string | mandatory) the text inside the notification
 |     // (string | mandatory) the text inside the notification
 | ||||||
|     text: "<p>" + window._('ep_email_notifications.headerGritterSubscr') + "</p>" + formContent, |     text: "<p class='ep_email_form_popup_header'>" + window._('ep_email_notifications.headerGritterSubscr') + "</p>" + formContent, | ||||||
|     // (bool | optional) if you want it to fade out on its own or just sit there
 |     // (bool | optional) if you want it to fade out on its own or just sit there
 | ||||||
|     sticky: true, |     sticky: true, | ||||||
|     // (int | optional) the time you want it to be alive for before fading out
 |     // (int | optional) the time you want it to be alive for before fading out
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 quenenni
						quenenni