Guest User

Untitled

a guest
Jul 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.22 KB | None | 0 0
  1. form.formtastic ol {
  2. margin: 0; }
  3. form.formtastic li {
  4. list-style: none;
  5. margin-bottom: .8em; }
  6. form.formtastic label {
  7. cursor: pointer;
  8. float: left;
  9. width: 25%; }
  10. form.formtastic .inline-errors {
  11. color: #C00;
  12. margin-top: .5em;
  13. padding-left: 25%; }
  14. form.formtastic input[type="text"], form.formtastic input[type="password"], form.formtastic select, form.formtastic textarea {
  15. background: #FFF url(../images/form_input.gif) repeat-x;
  16. border: 1px solid #CCC;
  17. padding: 3px 5px;
  18. width: 40%;
  19. -moz-border-radius: 5px;
  20. -webkit-border-radius: 5px; }
  21. form.formtastic input[type="submit"], form.formtastic input[type="button"] {
  22. background: url(../images/form_button.gif) repeat-x;
  23. border: 0;
  24. color: #FFF;
  25. cursor: pointer;
  26. padding: 3px 5px;
  27. font-size: 93%;
  28. height: 23px;
  29. -moz-border-radius: 5px;
  30. -webkit-border-radius: 5px; }
  31. form.formtastic select {
  32. width: auto;
  33. min-width: 20%; }
  34. form.formtastic .buttons {
  35. padding-left: 25%; }
  36. form.formtastic .buttons li {
  37. display: inline; }
  38. form.formtastic .error input[type="text"], form.formtastic .error input[type="password"], form.formtastic .error select, form.formtastic .error textarea {
  39. border-color: #F08080; }
Add Comment
Please, Sign In to add comment