liquidcarousel.css in Views Slideshow Liquid Carousel 7.2
Same filename and directory in other branches
File
css/liquidcarousel.cssView source
- /**
- * @file liquidcarousel.css
- */
-
- .liquid {
- padding: 10px 0;
- }
-
- .liquid .previous {
- display: block;
- float: left;
- width: 60px;
- cursor: pointer;
- }
-
- .liquid .next {
- display: block;
- float: right;
- width: 60px;
- cursor: pointer;
- }
-
- .liquid ul li {
- padding: 0 2px;
- margin: 0;
- width: 200px;
- }