Advertisement
Guest User

Untitled

a guest
Oct 30th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.98 KB | None | 0 0
  1. .textwidget input[type="text"], .textwidget input[type="email"], .textwidget textarea {
  2.     width: 100% !important;
  3. }
  4. .contact-form .clear-form {
  5.     clear: both;
  6. }
  7. .contact-form input[type="text"], .contact-form input[type="email"] {
  8.     margin-bottom: 13px;
  9.     width: 300px;
  10. }
  11. .contact-form select {
  12.     margin-bottom: 13px;
  13. }
  14. .contact-form textarea {
  15.     float: none;
  16.     height: 200px;
  17.     margin-bottom: 13px;
  18.     width: 80%;
  19. }
  20. .contact-form input[type="radio"], .contact-form input[type="checkbox"] {
  21.     float: none;
  22.     margin-bottom: 13px;
  23. }
  24. .contact-form label {
  25.     display: block;
  26.     float: none;
  27.     font-weight: bold;
  28.     margin-bottom: 3px;
  29. }
  30. .contact-form label.checkbox, .contact-form label.radio {
  31.     display: inline-block;
  32.     float: none;
  33.     font-weight: bold;
  34.     margin-bottom: 3px;
  35. }
  36. .contact-form label span {
  37.     color: #AAAAAA;
  38.     font-weight: normal;
  39.     margin-left: 4px;
  40. }
  41. .form-errors .form-error-message {
  42.     color: red;
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement