This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
new build
flowchartTest
Alex de Mulder
9 years ago
parent
7d3315b55d
commit
0ed1bc1da3
3 changed files
with
2138 additions
and
2143 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-3
dist/vis.css
+2134
-2139
dist/vis.js
+1
-1
dist/vis.min.css
+ 3
- 3
dist/vis.css
View File
@ -260,15 +260,15 @@
.
vis-item
.
vis-item-content
{
white-space
:
nowrap
;
box-sizing
:
border-box
;
margin
:
5px
;
padding
:
5px
;
}
.
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
;
width
:
24px
;
height
:
24px
;
top
:
0
;
top
:
-4px
;
right
:
-24px
;
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
Write
Preview
Loading…
Cancel
Save