Sha256: f1d138b62058baa75ab8f24d58b8455093c0fe9e853ef8b6f96957bcc553da67

Contents?: true

Size: 1.3 KB

Versions: 269

Compression:

Stored size: 1.3 KB

Contents

#carousel_container{   text-align:center;}

#carousel_inner { float:left; /* important for inline positioning */
width:490px; /* important (this width = width of list item(including margin) * items shown */
overflow: hidden;  /* important (hide the items outside the div) */
/* non-important styling bellow */
background: #fff; text-align:center; }

#carousel_ul {
position:relative; left:-210px; /* important (this should be negative number of list items width(including margin) */
list-style-type: none; /* removing the default styling for unordered list items */
margin: 0px; padding: 0px; width:9999px; /* important */ /* non-important styling bellow */ padding-bottom:10px;
}

#carousel_ul li{ float: left; /* important for inline positioning of the list items */ width:55px;
  /* fixed width, important */   /* just styling bellow*/ padding:0px;height:38px;background: #fff;
  margin-top:10px;margin-bottom:10px; margin-left:5px;margin-right:5px;}

#carousel_ul li img { .margin-bottom:-4px;
/* IE is making a 4px gap bellow an image inside of an anchor (<a href...>) so this is to fix that*/
/* styling */ cursor:pointer;cursor: hand;border:0px;}
#left_scroll, #right_scroll{ float:left;height:10px; padding-top:15px;width:26px;background: #fff;}
#left_scroll img, #right_scroll img{/*styling*/cursor: pointer;cursor: hand;}

Version data entries

269 entries across 269 versions & 4 rubygems

Version Path
social_stream-2.2.2 base/vendor/assets/stylesheets/carousel.css
social_stream-base-2.2.2 vendor/assets/stylesheets/carousel.css
social_stream-2.2.1 base/vendor/assets/stylesheets/carousel.css
social_stream-base-2.2.1 vendor/assets/stylesheets/carousel.css
social_stream-2.2.0 base/vendor/assets/stylesheets/carousel.css
social_stream-base-2.2.0 vendor/assets/stylesheets/carousel.css
social_stream-2.1.1 base/vendor/assets/stylesheets/carousel.css
social_stream-1.1.12 base/vendor/assets/stylesheets/carousel.css
social_stream-base-1.1.11 vendor/assets/stylesheets/carousel.css
social_stream-2.1.0 base/vendor/assets/stylesheets/carousel.css
social_stream-base-2.1.0 vendor/assets/stylesheets/carousel.css
social_stream-2.0.4 base/vendor/assets/stylesheets/carousel.css
social_stream-base-2.0.4 vendor/assets/stylesheets/carousel.css
social_stream-2.0.3 base/vendor/assets/stylesheets/carousel.css
social_stream-base-2.0.3 vendor/assets/stylesheets/carousel.css
social_stream-1.1.11 base/vendor/assets/stylesheets/carousel.css
social_stream-base-1.1.10 vendor/assets/stylesheets/carousel.css
social_stream-1.1.10 base/vendor/assets/stylesheets/carousel.css
social_stream-base-1.1.9 vendor/assets/stylesheets/carousel.css
social_stream-1.1.9 base/vendor/assets/stylesheets/carousel.css