idealradiocheck.styl 825 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // Ideal Radio & Check
  2. //---------------------------------------
  3. form.idealforms
  4. .ideal-radiocheck-label
  5. cursor: pointer
  6. margin: .15em 0 !important
  7. if group-horizontal
  8. margin: .15em 10px !important
  9. input
  10. float: left
  11. .ideal-check, .ideal-radio
  12. float: left
  13. margin-right: 10px !important
  14. width: 20px
  15. height: 20px
  16. background: url(../img/radiocheck.png) 0 0
  17. .ideal-check.focus
  18. background-position: -20px 0
  19. .ideal-check.checked
  20. background-position: -40px 0
  21. .ideal-check.checked.focus
  22. background-position: -60px 0
  23. .ideal-radio
  24. background-position: 0 bottom
  25. .ideal-radio.focus
  26. background-position: -20px bottom
  27. .ideal-radio.checked
  28. background-position: -40px bottom
  29. .ideal-radio.checked.focus
  30. background-position: -60px bottom