Sha256: 7ae1af8a014ccbbee2dcdbf2ccfcf2060f45086b34f51ee555819d1412686996

Contents?: true

Size: 472 Bytes

Versions: 4

Compression:

Stored size: 472 Bytes

Contents

/* TODO: when new SplitView lands, do this proper (\$theme.split-divider) */
$theme.split-divider {
  background: transparent;
  border: 0 none;
  z-index: 1;

  .line {
    background: #333;
    border: 0 none;
    position: absolute;
  }

  &.sc-layout-horizontal {
    .line {
      left: 5px;
      width: 1px;
      top: 0;
      bottom: 0;
    }
  }

  &.sc-layout-vertical {
    .line {
      top: 5px;
      height: 1px;
      left: 0;
      right: 0;
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
sproutcore-1.11.0 lib/frameworks/sproutcore/themes/ace/resources/split/split.css
sproutcore-1.11.0.rc3 lib/frameworks/sproutcore/themes/ace/resources/split/split.css
sproutcore-1.11.0.rc2 lib/frameworks/sproutcore/themes/ace/resources/split/split.css
sproutcore-1.11.0.rc1 lib/frameworks/sproutcore/themes/ace/resources/split/split.css