forked from Techsystech/web
commit
e802b7083e
|
@ -34,39 +34,23 @@
|
||||||
.vis-rolling-mode-btn:hover {
|
.vis-rolling-mode-btn:hover {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vis-timeline {
|
.vis-timeline {
|
||||||
/*
|
position: relative;
|
||||||
-webkit-transition: height .4s ease-in-out;
|
border: 1px solid #bfbfbf;
|
||||||
transition: height .4s ease-in-out;
|
overflow: hidden;
|
||||||
*/
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vis-panel {
|
.vis-loading-screen {
|
||||||
/*
|
width: 100%;
|
||||||
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
|
height: 100%;
|
||||||
transition: height .4s ease-in-out, top .4s ease-in-out;
|
position: absolute;
|
||||||
*/
|
top: 0;
|
||||||
|
left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vis-axis {
|
|
||||||
/*
|
|
||||||
-webkit-transition: top .4s ease-in-out;
|
|
||||||
transition: top .4s ease-in-out;
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
|
|
||||||
/* TODO: get animation working nicely
|
|
||||||
|
|
||||||
.vis-item {
|
|
||||||
-webkit-transition: top .4s ease-in-out;
|
|
||||||
transition: top .4s ease-in-out;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vis-item.line {
|
|
||||||
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
|
|
||||||
transition: height .4s ease-in-out, top .4s ease-in-out;
|
|
||||||
}
|
|
||||||
/**/
|
|
||||||
.vis-panel {
|
.vis-panel {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
||||||
|
@ -255,41 +239,40 @@
|
||||||
stroke: none;
|
stroke: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.vis-timeline {
|
.vis-timeline {
|
||||||
position: relative;
|
/*
|
||||||
border: 1px solid #bfbfbf;
|
-webkit-transition: height .4s ease-in-out;
|
||||||
overflow: hidden;
|
transition: height .4s ease-in-out;
|
||||||
padding: 0;
|
*/
|
||||||
margin: 0;
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vis-loading-screen {
|
.vis-panel {
|
||||||
width: 100%;
|
/*
|
||||||
height: 100%;
|
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||||
position: absolute;
|
transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||||
top: 0;
|
*/
|
||||||
left: 0;
|
|
||||||
}
|
|
||||||
.vis-custom-time {
|
|
||||||
background-color: #6E94FF;
|
|
||||||
width: 2px;
|
|
||||||
cursor: move;
|
|
||||||
z-index: 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.vis-custom-time > .vis-custom-time-marker {
|
.vis-axis {
|
||||||
background-color: inherit;
|
/*
|
||||||
color: white;
|
-webkit-transition: top .4s ease-in-out;
|
||||||
font-size: 12px;
|
transition: top .4s ease-in-out;
|
||||||
white-space: nowrap;
|
*/
|
||||||
padding: 3px 5px;
|
|
||||||
top: 0px;
|
|
||||||
cursor: initial;
|
|
||||||
z-index: inherit;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TODO: get animation working nicely
|
||||||
|
|
||||||
|
.vis-item {
|
||||||
|
-webkit-transition: top .4s ease-in-out;
|
||||||
|
transition: top .4s ease-in-out;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vis-item.line {
|
||||||
|
-webkit-transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||||
|
transition: height .4s ease-in-out, top .4s ease-in-out;
|
||||||
|
}
|
||||||
|
/**/
|
||||||
|
|
||||||
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
|
.vis-panel.vis-background.vis-horizontal .vis-grid.vis-horizontal {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -393,50 +376,6 @@
|
||||||
display: inline-block
|
display: inline-block
|
||||||
}
|
}
|
||||||
|
|
||||||
.vis-labelset {
|
|
||||||
position: relative;
|
|
||||||
|
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vis-labelset .vis-label {
|
|
||||||
position: relative;
|
|
||||||
left: 0;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
color: #4d4d4d;
|
|
||||||
|
|
||||||
box-sizing: border-box;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vis-labelset .vis-label {
|
|
||||||
border-bottom: 1px solid #bfbfbf;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vis-labelset .vis-label.draggable {
|
|
||||||
cursor: pointer;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vis-group-is-dragging {
|
|
||||||
background: rgba(0, 0, 0, .1);
|
|
||||||
}
|
|
||||||
|
|
||||||
.vis-labelset .vis-label:last-child {
|
|
||||||
border-bottom: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vis-labelset .vis-label .vis-inner {
|
|
||||||
display: inline-block;
|
|
||||||
padding: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vis-labelset .vis-label .vis-inner.vis-hidden {
|
|
||||||
padding: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
.vis-itemset {
|
.vis-itemset {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
@ -615,6 +554,50 @@
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vis-labelset {
|
||||||
|
position: relative;
|
||||||
|
|
||||||
|
overflow: hidden;
|
||||||
|
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vis-labelset .vis-label {
|
||||||
|
position: relative;
|
||||||
|
left: 0;
|
||||||
|
top: 0;
|
||||||
|
width: 100%;
|
||||||
|
color: #4d4d4d;
|
||||||
|
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vis-labelset .vis-label {
|
||||||
|
border-bottom: 1px solid #bfbfbf;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vis-labelset .vis-label.draggable {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vis-group-is-dragging {
|
||||||
|
background: rgba(0, 0, 0, .1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.vis-labelset .vis-label:last-child {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vis-labelset .vis-label .vis-inner {
|
||||||
|
display: inline-block;
|
||||||
|
padding: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vis-labelset .vis-label .vis-inner.vis-hidden {
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.vis-time-axis {
|
.vis-time-axis {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
@ -671,6 +654,23 @@
|
||||||
border-color: #bfbfbf;
|
border-color: #bfbfbf;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.vis-custom-time {
|
||||||
|
background-color: #6E94FF;
|
||||||
|
width: 2px;
|
||||||
|
cursor: move;
|
||||||
|
z-index: 1;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vis-custom-time > .vis-custom-time-marker {
|
||||||
|
background-color: inherit;
|
||||||
|
color: white;
|
||||||
|
font-size: 12px;
|
||||||
|
white-space: nowrap;
|
||||||
|
padding: 3px 5px;
|
||||||
|
top: 0px;
|
||||||
|
cursor: initial;
|
||||||
|
z-index: inherit;
|
||||||
|
}
|
||||||
|
|
||||||
.vis-item {
|
.vis-item {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -889,6 +889,21 @@
|
||||||
border-style: solid;
|
border-style: solid;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
.vis .overlay {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
|
||||||
|
/* Must be displayed above for example selected Timeline items */
|
||||||
|
z-index: 10;
|
||||||
|
}
|
||||||
|
|
||||||
|
.vis-active {
|
||||||
|
box-shadow: 0 0 10px #86d5f8;
|
||||||
|
}
|
||||||
|
|
||||||
div.vis-configuration {
|
div.vis-configuration {
|
||||||
position:relative;
|
position:relative;
|
||||||
display:block;
|
display:block;
|
||||||
|
@ -1177,21 +1192,6 @@ input.vis-configuration.vis-config-range:focus::-ms-fill-upper {
|
||||||
border-width: 12px;
|
border-width: 12px;
|
||||||
margin-top: -12px;
|
margin-top: -12px;
|
||||||
}
|
}
|
||||||
.vis .overlay {
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
|
|
||||||
/* Must be displayed above for example selected Timeline items */
|
|
||||||
z-index: 10;
|
|
||||||
}
|
|
||||||
|
|
||||||
.vis-active {
|
|
||||||
box-shadow: 0 0 10px #86d5f8;
|
|
||||||
}
|
|
||||||
|
|
||||||
div.vis-tooltip {
|
div.vis-tooltip {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
visibility: hidden;
|
visibility: hidden;
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue