Sha256: cccc50a638652cff81721dd4a5168efbea39681d0eea9677e5426d0d88ff24e4
Contents?: true
Size: 471 Bytes
Versions: 8
Compression:
Stored size: 471 Bytes
Contents
.splitterH img, .splitterV img { -moz-user-select: none; -webkit-user-select: none; position: absolute; } .splitterH div, .splitterV div { position: relative; } .splitterH { width: 8px; height: 100%; cursor: col-resize; } .splitterH div { height: 50%; } .splitterH img { bottom: -9px; left: 1px; } .splitterV { height: 8px; width: 100%; cursor: row-resize; } .splitterV div { width: 50%; position: relative; } .splitterV img { right: -9px; top: 1px; }
Version data entries
8 entries across 8 versions & 1 rubygems