|
|
@ -16,8 +16,6 @@ |
|
|
|
margin: 0; |
|
|
|
|
|
|
|
border-right: 1px solid #bfbfbf; |
|
|
|
-moz-box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
} |
|
|
|
|
|
|
|
.vis.timeline .labels .label-set { |
|
|
@ -33,9 +31,6 @@ |
|
|
|
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
-webkit-transition: height .4s ease-in-out; |
|
|
|
transition: height .4s ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
.vis.timeline .labels .label-set .vlabel { |
|
|
@ -47,9 +42,6 @@ |
|
|
|
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
-webkit-transition: top .4s ease-in-out, height .4s ease-in-out; |
|
|
|
transition: top .4s ease-in-out, height .4s ease-in-out; |
|
|
|
} |
|
|
|
|
|
|
|
.vis.timeline.top .labels .label-set .vlabel, |
|
|
|