|
@ -7,7 +7,6 @@ |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
border: 1px solid #bfbfbf; |
|
|
border: 1px solid #bfbfbf; |
|
|
-moz-box-sizing: border-box; |
|
|
|
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
|
/* FIXME: there is an issue with the height of the items when panel height is animated |
|
|
/* FIXME: there is an issue with the height of the items when panel height is animated |
|
@ -20,7 +19,6 @@ |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -39,7 +37,6 @@ |
|
|
|
|
|
|
|
|
overflow: hidden; |
|
|
overflow: hidden; |
|
|
|
|
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -50,7 +47,6 @@ |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
color: #4d4d4d; |
|
|
color: #4d4d4d; |
|
|
|
|
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
@ -75,7 +71,6 @@ |
|
|
padding: 0; |
|
|
padding: 0; |
|
|
margin: 0; |
|
|
margin: 0; |
|
|
|
|
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
|
|
|
|
|
|
/* FIXME: get transition working for rootpanel and itemset |
|
|
/* FIXME: get transition working for rootpanel and itemset |
|
@ -114,6 +109,7 @@ |
|
|
position: absolute; |
|
|
position: absolute; |
|
|
color: #1A1A1A; |
|
|
color: #1A1A1A; |
|
|
border-color: #97B0F8; |
|
|
border-color: #97B0F8; |
|
|
|
|
|
border-width: 1px; |
|
|
background-color: #D5DDF6; |
|
|
background-color: #D5DDF6; |
|
|
display: inline-block; |
|
|
display: inline-block; |
|
|
padding: 5px; |
|
|
padding: 5px; |
|
@ -136,50 +132,30 @@ |
|
|
|
|
|
|
|
|
.vis.timeline .item.point.selected { |
|
|
.vis.timeline .item.point.selected { |
|
|
background-color: #FFF785; |
|
|
background-color: #FFF785; |
|
|
z-index: 999; |
|
|
|
|
|
} |
|
|
|
|
|
.vis.timeline .item.point.selected .dot, |
|
|
|
|
|
.vis.timeline .item.dot.selected { |
|
|
|
|
|
border-color: #FFC200; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.vis.timeline .item.cluster { |
|
|
|
|
|
/* TODO: use another color or pattern? */ |
|
|
|
|
|
background: #97B0F8 url('img/cluster_bg.png'); |
|
|
|
|
|
color: white; |
|
|
|
|
|
} |
|
|
|
|
|
.vis.timeline .item.cluster.point { |
|
|
|
|
|
border-color: #D5DDF6; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.vis.timeline .item.box { |
|
|
.vis.timeline .item.box { |
|
|
text-align: center; |
|
|
text-align: center; |
|
|
border-style: solid; |
|
|
border-style: solid; |
|
|
border-width: 1px; |
|
|
|
|
|
border-radius: 5px; |
|
|
|
|
|
-moz-border-radius: 5px; /* For Firefox 3.6 and older */ |
|
|
|
|
|
|
|
|
border-radius: 2px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.vis.timeline .item.point { |
|
|
.vis.timeline .item.point { |
|
|
background: none; |
|
|
background: none; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.vis.timeline .dot, |
|
|
|
|
|
.vis.timeline .item.dot { |
|
|
.vis.timeline .item.dot { |
|
|
padding: 0; |
|
|
|
|
|
border: 5px solid #97B0F8; |
|
|
|
|
|
position: absolute; |
|
|
position: absolute; |
|
|
border-radius: 5px; |
|
|
|
|
|
-moz-border-radius: 5px; /* For Firefox 3.6 and older */ |
|
|
|
|
|
|
|
|
padding: 0; |
|
|
|
|
|
border-width: 4px; |
|
|
|
|
|
border-style: solid; |
|
|
|
|
|
border-radius: 4px; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.vis.timeline .item.range, |
|
|
.vis.timeline .item.range, |
|
|
.vis.timeline .item.rangeoverflow{ |
|
|
.vis.timeline .item.rangeoverflow{ |
|
|
border-style: solid; |
|
|
border-style: solid; |
|
|
border-width: 1px; |
|
|
|
|
|
border-radius: 2px; |
|
|
border-radius: 2px; |
|
|
-moz-border-radius: 2px; /* For Firefox 3.6 and older */ |
|
|
|
|
|
-moz-box-sizing: border-box; |
|
|
|
|
|
box-sizing: border-box; |
|
|
box-sizing: border-box; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|