Sha256: 8607d8795e3367895aa2120253247d69728731367fdfaa9bea28230146679e2c

Contents?: true

Size: 531 Bytes

Versions: 1

Compression:

Stored size: 531 Bytes

Contents

.vis.timeline .itemset {
  position: relative;
  padding: 0;
  margin: 0;

  box-sizing: border-box;
}

.vis.timeline .itemset .background,
.vis.timeline .itemset .foreground {
  position: absolute;
  width: 100%;
  height: 100%;
}

.vis.timeline .axis {
  position: absolute;
  width: 100%;
  height: 0;
  left: 1px;
  z-index: 1;
}

.vis.timeline  .foreground .group {
  position: relative;
  box-sizing: border-box;
  border-bottom: 1px solid #bfbfbf;
}

.vis.timeline  .foreground .group:last-child {
  border-bottom: none;
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
vis-rails-2.0.0 vendor/assets/vis/timeline/component/css/itemset.css