You are here

views_nivo_slider.css in Views Nivo Slider 7.3

/* 2.7.x */
.nivo-control-thumbs {
    padding-bottom: 30px;
    position: relative;
}

.nivo-control-thumbs .nivo-controlNav {
    position: absolute;
    bottom: -70px; /* Put the nav below the slider */
    left: 0;
    margin-left: 0;
    width: 100%;
}

.nivo-control-thumbs .nivo-controlNav a {
    background: none;
    height: auto;
    width: auto;
    text-indent: 0;
}

.nivo-control-thumbs .nivo-controlNav img {
    display: inline; /* Unhide the thumbnails */
    height: auto;
    position: relative;
    margin-right: 10px;
    width: auto;
}

/* 3.x */
.nivo-control-thumbs .nivo-controlNav.nivo-thumbs-enabled {
    bottom: 0;
    left: 0;
    padding: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

.nivo-control-thumbs .nivo-controlNav.nivo-thumbs-enabled a {
    background: none;
    margin-bottom: 5px;
    height: auto;
    width: auto;
}

.nivo-control-thumbs .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    height: auto;
    width: auto;
}

File

views_nivo_slider.css
View source
  1. /* 2.7.x */
  2. .nivo-control-thumbs {
  3. padding-bottom: 30px;
  4. position: relative;
  5. }
  6. .nivo-control-thumbs .nivo-controlNav {
  7. position: absolute;
  8. bottom: -70px; /* Put the nav below the slider */
  9. left: 0;
  10. margin-left: 0;
  11. width: 100%;
  12. }
  13. .nivo-control-thumbs .nivo-controlNav a {
  14. background: none;
  15. height: auto;
  16. width: auto;
  17. text-indent: 0;
  18. }
  19. .nivo-control-thumbs .nivo-controlNav img {
  20. display: inline; /* Unhide the thumbnails */
  21. height: auto;
  22. position: relative;
  23. margin-right: 10px;
  24. width: auto;
  25. }
  26. /* 3.x */
  27. .nivo-control-thumbs .nivo-controlNav.nivo-thumbs-enabled {
  28. bottom: 0;
  29. left: 0;
  30. padding: 0;
  31. position: relative;
  32. text-align: left;
  33. width: 100%;
  34. }
  35. .nivo-control-thumbs .nivo-controlNav.nivo-thumbs-enabled a {
  36. background: none;
  37. margin-bottom: 5px;
  38. height: auto;
  39. width: auto;
  40. }
  41. .nivo-control-thumbs .nivo-controlNav.nivo-thumbs-enabled img {
  42. display: block;
  43. height: auto;
  44. width: auto;
  45. }