You are here

liquidcarousel.css in Views Slideshow Liquid Carousel 7.2

Same filename and directory in other branches
  1. 7 css/liquidcarousel.css

File

css/liquidcarousel.css
View source
  1. /**
  2. * @file liquidcarousel.css
  3. */
  4. .liquid {
  5. padding: 10px 0;
  6. }
  7. .liquid .previous {
  8. display: block;
  9. float: left;
  10. width: 60px;
  11. cursor: pointer;
  12. }
  13. .liquid .next {
  14. display: block;
  15. float: right;
  16. width: 60px;
  17. cursor: pointer;
  18. }
  19. .liquid ul li {
  20. padding: 0 2px;
  21. margin: 0;
  22. width: 200px;
  23. }