You are here

comment_notify-rtl.css in Comment Notify 6

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

File

comment_notify-rtl.css
View source
  1. #edit-notify-type-1-wrapper, #edit-notify-type-2-wrapper {
  2. float: right;
  3. }
  4. #edit-notify-type-1-wrapper {
  5. margin-left: 0em;
  6. margin-right: 2em;
  7. }
  8. #edit-notify-type-2-wrapper {
  9. margin-left: 0em;
  10. margin-right: 1em;
  11. }