Sha256: ef28fce788d5f076da54cc789b883fa6fdacfc3d45b52a51026499648cef9c36

Contents?: true

Size: 621 Bytes

Versions: 3

Compression:

Stored size: 621 Bytes

Contents

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

  box-sizing: border-box;

  /* FIXME: get transition working for rootpanel and itemset
  -webkit-transition: height 4s ease-in-out;
  transition:         height 4s ease-in-out;
  /**/
}

.vis.timeline .background {
}

.vis.timeline .foreground {
}

.vis.timeline .axis {
  overflow: visible;
}

.vis.timeline  .group {
  position: relative;
  box-sizing: border-box;
}

.vis.timeline.top .group {
  border-top: 1px solid #bfbfbf;
  border-bottom: none;
}

.vis.timeline.bottom .group {
  border-top: none;
  border-bottom: 1px solid #bfbfbf;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vis-rails-1.0.2 vendor/assets/vis/timeline/component/css/itemset.css
vis-rails-1.0.1 vendor/assets/vis/timeline/component/css/itemset.css
vis-rails-1.0.0 vendor/assets/vis/timeline/component/css/itemset.css