Sha256: 9dbdc31e138edc046244c904a5eea25a71fd5e4fbda03749b566075012324436
Contents?: true
Size: 318 Bytes
Versions: 4
Compression:
Stored size: 318 Bytes
Contents
/* dojox.mobile.FixedSplitter */ .mblFixedSplitter { width: 100%; height: 100%; } /* For FixedSplitter's child panes */ .mblFixedSplitter > * { position: absolute; overflow-x: hidden; overflow-y: auto; } .mblFixedSplitterH > * { height: 100%; top: 0px; } .mblFixedSplitterV > * { width: 100%; left: 0px; }
Version data entries
4 entries across 4 versions & 1 rubygems