Sha256: 909829277c2270f15e55e8f9d90e7f00b59e1ac4712e7d645d321f3433dbf482
Contents?: true
Size: 973 Bytes
Versions: 13
Compression:
Stored size: 973 Bytes
Contents
/* Elastislide Style */ .es-carousel-wrapper{ background: #e9e9e9; padding:10px 37px; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; position:relative; } .es-carousel{ overflow:hidden; background:#e9e9e9; } .es-carousel ul{ display:none; } .es-carousel ul li{ height:100%; float:left; display:block; } .es-carousel ul li a{ display:block; height: 104px; border-style:solid; border-color:#d5d5d5; } .es-carousel ul li a img{ display:block; border:none; max-height:100%; max-width:100%; } .es-nav span{ position:absolute; top:50%; left:12px; background:transparent url(<%= asset_path('lolita/file-upload/elastislide/nav.png')%>) no-repeat top left; width:14px; height:26px; margin-top:-13px; text-indent:-9000px; cursor:pointer; opacity:0.8; } .es-nav span.es-nav-next{ right:12px; left:auto; background-position:top right; } .es-nav span:hover{ opacity:1.0; }
Version data entries
13 entries across 13 versions & 1 rubygems