You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
191 B

  1. input, label {
  2. display:block;
  3. }
  4. label {
  5. padding-top: 0.5em;
  6. }
  7. input, textarea {
  8. margin-top: 0.4em;
  9. margin-bottom: 1em;
  10. width: 100%;
  11. }
  12. input[type=submit] {
  13. height: 2.5em;
  14. }