ep_email_notifications/static/css/email_notifications.css
quenenni 330cc427b8 Added global option + malformed email + cleaning
- Added 'panelDisplayLocation' option to choose where to show the subscription form
- Manage malformed email (it crashed EPL)
- Brought back popup form to subscribe (with the new options + unsubscription)
- Popup form is a copy of the form in mysettings menu, so no more 2 html codes in 2 different places
- On unsubscription, only remove the email from "globalAuthor" row if the email is the same.
- Put all css styles in css file
- Some cleaning
2013-03-30 01:34:19 +01:00

34 lines
464 B
CSS

.ep_email_settings {
display: none;
padding: 0.2em 0.2em 0.2em 0.5em;
}
.ep_email_buttons {
padding:5px;
}
.ep_email_checkbox {
margin-left:0.3em;
}
.ep_email_input {
padding:.2em;
width:177px;
}
#ep_email_form_popup > p {
font-size:x-small;
}
#ep_email_form_popup .ep_email_buttons {
margin-top: .5em;
}
#ep_email_form_popup .ep_email_checkbox {
margin-top: .2em;
}
#ep_email_form_popup .ep_email_input {
margin: .3em 0;
width:95%;
}