Sha256: 8969a85d62518a3206bc955ac4c44fafa8519c3999103a556e1ed6f0319125c8

Contents?: true

Size: 699 Bytes

Versions: 3

Compression:

Stored size: 699 Bytes

Contents

.vis.timeline .timeaxis {
  position: absolute;
}

.vis.timeline .timeaxis .text {
  position: absolute;
  color: #4d4d4d;
  padding: 3px;
  white-space: nowrap;
}

.vis.timeline .timeaxis .text.measure {
  position: absolute;
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
  visibility: hidden;
}

.vis.timeline .timeaxis .grid.vertical {
  position: absolute;
  width: 0;
  border-right: 1px solid;
}

.vis.timeline .timeaxis .grid.horizontal {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid;
}

.vis.timeline .timeaxis .grid.minor {
  border-color: #e5e5e5;
}

.vis.timeline .timeaxis .grid.major {
  border-color: #bfbfbf;
}

Version data entries

3 entries across 3 versions & 1 rubygems

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