You are here

comment_box.css in Util 6.3

CSS for Comment Box.

File

contribs/comment_box/comment_box.css
View source
  1. /* $Id $
  2. /**
  3. * @file
  4. * CSS for Comment Box.
  5. */
  6. #comment-box-settings .form-item label {
  7. clear: left;
  8. float: left;
  9. /* If you have a long content type name, just change this width. */
  10. width: 8em;
  11. }
  12. #comment-box-settings .form-item input {
  13. clear: right;
  14. float: left;
  15. text-align: right;
  16. width: 3em;
  17. }
  18. /* The following is a sample of marking up the textarea further.
  19. The class ".comment-box-page" can be changed to each content type. */
  20. /* form#comment-form .comment-box-page textarea#edit-comment {
  21. font-size: 130%;
  22. font-family: "Courier New", fixed;
  23. } /* */