comment_notify-rtl.css |
comment_notify-rtl.css |
|
#edit-notify-type-1-wrapper, #edit-notify-type-2-wrapper {
float: right;
}
#edit-notify-type-1-wrapper {
margin-left: 0em;
margin-right: 2em;
}
#edit-notify-type-2-wrapper {
margin-left: 0em;
margin-right: 1em;
} |
comment_notify.css |
comment_notify.css |
|
#edit-notify-type-1-wrapper, #edit-notify-type-2-wrapper {
float: left; /* LTR */
display: inline;
}
#edit-notify-type-1-wrapper {
margin-left: 2em; /* LTR */
}
#comment-notify .form-radios {
overflow: hidden;
height:… |
comment_notify.info |
comment_notify.info |
|
name = Comment Notify
description = "Comment follow-up e-mail notification for anonymous as well as registered users."
dependencies[] = comment
core = 6.x |
comment_notify.install |
comment_notify.install |
|
comment_notify.install. |
comment_notify.module |
comment_notify.module |
|
This module provides comment follow-up e-mail notification for anonymous and registered users. |
comment_notify.test |
comment_notify.test |
|
|