Guest User

Untitled

a guest
Jan 22nd, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. .simple_form label {
  2. float: left;
  3. width: 100px;
  4. text-align: right;
  5. margin: 2px 10px;
  6. }
  7.  
  8. .simple_form div.input {
  9. margin-bottom: 10px;
  10. }
  11.  
  12. .simple_form div.boolean, .simple_form input[type='submit'] {
  13. margin-left: 120px;
  14. }
  15.  
  16. .simple_form div.boolean label, .simple_form label.collection_radio {
  17. float: none;
  18. margin: 0;
  19. }
  20.  
  21. .simple_form label.collection_radio {
  22. margin-right: 10px;
  23. margin-left: 2px;
  24. }
  25.  
  26. .simple_form .error {
  27. clear: left;
  28. margin-left: 120px;
  29. font-size: 12px;
  30. color: #D00;
  31. display: block;
  32. }
  33.  
  34. .simple_form .hint {
  35. clear: left;
  36. margin-left: 120px;
  37. font-size: 12px;
  38. color: #555;
  39. display: block;
  40. font-style: italic;
  41. }
Add Comment
Please, Sign In to add comment