Sha256: 1e49e57feef2ec2ecd22869a71cdacb8fd3051db1f26de1eb7729f8d77bb8f8e

Contents?: true

Size: 1006 Bytes

Versions: 3

Compression:

Stored size: 1006 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 .label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #4d4d4d;
}

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

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

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
vis-rails-0.0.3 vendor/assets/vis/timeline/component/css/groupset.css
vis-rails-0.0.2 vendor/assets/vis/timeline/component/css/groupset.css
vis-rails-0.0.1 vendor/assets/vis/timeline/component/css/groupset.css