You are here

comment_notify.css in Comment Notify 6

Same filename and directory in other branches
  1. 8 comment_notify.css
  2. 7 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: 100%;
}

#edit-notify-type-2-wrapper {
  margin-left: 1em;  /* LTR */
}

File

comment_notify.css
View source
  1. #edit-notify-type-1-wrapper, #edit-notify-type-2-wrapper {
  2. float: left; /* LTR */
  3. display: inline;
  4. }
  5. #edit-notify-type-1-wrapper {
  6. margin-left: 2em; /* LTR */
  7. }
  8. #comment-notify .form-radios {
  9. overflow: hidden;
  10. height: 100%;
  11. }
  12. #edit-notify-type-2-wrapper {
  13. margin-left: 1em; /* LTR */
  14. }