Sha256: 4f74f3fd4fe8908d9c15066ce0080d6ede18ef4e3a1b53f037d0af319bad705a

Contents?: true

Size: 533 Bytes

Versions: 3

Compression:

Stored size: 533 Bytes

Contents

.vis.timeline.rootpanel {
  position: relative;
  overflow: hidden;

  border: 1px solid #bfbfbf;
  box-sizing: border-box;

  /* FIXME: there is an issue with the height of the items when panel height is animated
  -webkit-transition: height 4s ease-in-out;
  transition:         height 4s ease-in-out;
  /**/
}

.vis.timeline .vpanel {
  position: absolute;
  overflow: hidden;

  box-sizing: border-box;
}

.vis.timeline .vpanel.side {
  border-right: 1px solid #bfbfbf;
}

.vis.timeline .vpanel.side.hidden {
  display: none;
}

Version data entries

3 entries across 3 versions & 1 rubygems

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