comment_notify.css in Comment Notify 6
Same filename and directory in other branches
#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: 100%;
}
#edit-notify-type-2-wrapper {
margin-left: 1em; /* LTR */
}
File
comment_notify.cssView source
- #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: 100%;
- }
-
- #edit-notify-type-2-wrapper {
- margin-left: 1em; /* LTR */
- }