Browse Source

new build

flowchartTest
Alex de Mulder 9 years ago
parent
commit
0ed1bc1da3
3 changed files with 2138 additions and 2143 deletions
  1. +3
    -3
      dist/vis.css
  2. +2134
    -2139
      dist/vis.js
  3. +1
    -1
      dist/vis.min.css

+ 3
- 3
dist/vis.css View File

@ -260,15 +260,15 @@
.vis-item .vis-item-content { .vis-item .vis-item-content {
white-space: nowrap; white-space: nowrap;
box-sizing: border-box; box-sizing: border-box;
margin: 5px;
padding: 5px;
} }
.vis-item .vis-delete { .vis-item .vis-delete {
background: url('img/timeline/delete.png') no-repeat top center;
background: url('img/timeline/delete.png') no-repeat center;
position: absolute; position: absolute;
width: 24px; width: 24px;
height: 24px; height: 24px;
top: 0;
top: -4px;
right: -24px; right: -24px;
cursor: pointer; cursor: pointer;
} }

+ 2134
- 2139
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
dist/vis.min.css
File diff suppressed because it is too large
View File


Loading…
Cancel
Save