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
Fixed box-sizing of items on Firefox (
Fixed
#74
)
css_transitions
josdejong
10 years ago
parent
08fafc41ea
commit
867c1d9dd0
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/timeline/component/css/groupset.css
+1
-0
src/timeline/component/css/item.css
+ 1
- 1
src/timeline/component/css/groupset.css
View File
@ -16,8 +16,8 @@
margin
:
0
;
border-right
:
1px
solid
#
bfbfbf
;
box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
.
vis
.
timeline
.
labels
.
label-set
{
+ 1
- 0
src/timeline/component/css/item.css
View File
@ -62,6 +62,7 @@
border-width
:
1px
;
border-radius
:
2px
;
-moz-border-radius
:
2px
;
/* For Firefox 3.6 and older */
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
Write
Preview
Loading…
Cancel
Save