Sha256: baf6a1711670e0b18f6cff2662374104b696494be7e01b4edb222cee37a4bc81
Contents?: true
Size: 880 Bytes
Versions: 3
Compression:
Stored size: 880 Bytes
Contents
.slick-column-name { /** * This makes all "float:right" elements after it that spill over to the next line * display way below the lower boundary of the column thus hiding them. */ display: inline-block; float: left; margin-bottom: 100px; } .slick-header-button { display: inline-block; float: right; vertical-align: top; margin: 1px; /** * This makes all "float:right" elements after it that spill over to the next line * display way below the lower boundary of the column thus hiding them. */ margin-bottom: 100px; height: 15px; width: 15px; background-repeat: no-repeat; background-position: center center; cursor: pointer; } .slick-header-button-hidden { width: 0; -webkit-transition: 0.2s width; -ms-transition: 0.2s width; transition: 0.2s width; } .slick-header-column:hover > .slick-header-button { width: 15px; }
Version data entries
3 entries across 3 versions & 1 rubygems