customizablelist.css 820 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .nokia-customizablelist, .nokia-transitionbox {
  2. text-align: center;
  3. padding: 1px;
  4. display: none;
  5. }
  6. .nokia-customizablelist-title {
  7. font-size: 20px;
  8. font-weight: bold;
  9. height: 65px;
  10. line-height: 65px;
  11. }
  12. .nokia-customizablelist-item {
  13. padding: 10px;
  14. margin: 1px;
  15. border-left: none;
  16. border-right: none;
  17. border-bottom: none;
  18. }
  19. .nokia-customizablelist-item-first {
  20. border: none;
  21. }
  22. .nokia-customizablelist-item-icon {
  23. position: absolute;
  24. right: 0;
  25. top: 18px;
  26. }
  27. .nokia-transitionbox .nokia-customizablelist-item {
  28. width: 48%;
  29. float: left;
  30. }
  31. .nokia-transitionbox .nokia-transitionbox-prev .nokia-customizablelist-item-icon {
  32. left: 0;
  33. }
  34. .nokia-transitionbox-borderless {
  35. border: 0;
  36. }
  37. .nokia-transitionbox-content {
  38. padding: 15px;
  39. text-align: justify;
  40. }