Sha256: db89c5326b6888bd85f54c07bbb9422adac1898903dfcca503e6bce5db1b9cda
Contents?: true
Size: 1006 Bytes
Versions: 6
Compression:
Stored size: 1006 Bytes
Contents
.view-icon-masonry { &:before { content: "\e010"; visibility: hidden; } // get the glyphicon sizing @include img-retina("blacklight/gallery/view-icon-masonry.png","blacklight/gallery/view-icon-masonry@2x.png", 13px, 13px); } .masonry { &.document { padding: 0; margin: 0 $padding-xs-horizontal $padding-large-vertical 0; border-bottom: 0; background-color: $gray-lighter; min-height: 70px; .thumbnail { border: 0; padding: 0; margin-bottom: 0; } .caption { &:first-child { display: block; } // To display captions when there is no image a { color: $gray-lighter; text-shadow: $carousel-text-shadow; } line-height: 17px; background-color: rgba(0,0,0,0.3); text-align: center; position: absolute; bottom: 0; right: 0; left: 0; width: 100%; padding: 5px 7px; display: none; } &:hover { .caption { display: block; } } } }
Version data entries
6 entries across 6 versions & 1 rubygems