checkbox.css 646 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .nokia-checkbox {
  2. margin: 15px 0px;
  3. }
  4. .nokia-checkbox-icon {
  5. background-image: url(images/checkbox.png);
  6. height: 37px;
  7. width: 42px;
  8. float: left;
  9. }
  10. .nokia-checkbox-checked {
  11. background-position: 0px 0;
  12. }
  13. .nokia-checkbox-unchecked {
  14. background-position: 0 -74px;
  15. }
  16. .nokia-checkbox-pushed {
  17. }
  18. .nokia-checkbox-pushed .nokia-checkbox-checked {
  19. background-position: 0 -37px;
  20. }
  21. .nokia-checkbox-pushed .nokia-checkbox-unchecked {
  22. background-position: 0 -111px;
  23. }
  24. .nokia-checkbox-label {
  25. float: left;
  26. overflow: hidden;
  27. line-height: 44px;
  28. font-size: 1.4em;
  29. margin-top: -5px;
  30. margin-left: 12px;
  31. }