Sha256: 43d72026e4a2016ce75e4d728e6d35c5a6aeacf02d28a81c16aed62bcf6b437e

Contents?: true

Size: 1010 Bytes

Versions: 3

Compression:

Stored size: 1010 Bytes

Contents

.vis.timeline .groupset {
  position: absolute;
  padding: 0;
  margin: 0;
}

.vis.timeline .labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  padding: 0;
  margin: 0;

  border-right: 1px solid #bfbfbf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.vis.timeline .labels .label-set {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  overflow: hidden;

  border-top: none;
  border-bottom: 1px solid #bfbfbf;
}

.vis.timeline .labels .label-set .vlabel {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;
}

.vis.timeline.top .labels .label-set .vlabel,
.vis.timeline.top .groupset .itemset-axis {
  border-top: 1px solid #bfbfbf;
  border-bottom: none;
}

.vis.timeline.bottom .labels .label-set .vlabel,
.vis.timeline.bottom .groupset .itemset-axis {
  border-top: none;
  border-bottom: 1px solid #bfbfbf;
}

.vis.timeline .labels .label-set .vlabel .inner {
  display: inline-block;
  padding: 5px;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vis-rails-0.0.6 vendor/assets/vis/timeline/component/css/groupset.css
vis-rails-0.0.5 vendor/assets/vis/timeline/component/css/groupset.css
vis-rails-0.0.4 vendor/assets/vis/timeline/component/css/groupset.css