Sha256: cd7b98f5a66ebbe598e935059099fa8bd04b9712709fc97b4bced3c90bb5ff5c

Contents?: true

Size: 1.49 KB

Versions: 4

Compression:

Stored size: 1.49 KB

Contents

div.graph-navigation {
    width:34px;
    height:34px;
    z-index:10;
    -moz-border-radius: 17px;
    border-radius: 17px;
    position:absolute;
    display:inline-block;
    background-position: 2px 2px;
    background-repeat:no-repeat;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

div.graph-navigation:hover {
    box-shadow: 0px 0px 3px 3px rgba(56, 207, 21, 0.30);
}

div.graph-navigation:active {
    box-shadow: 0px 0px 1px 3px rgba(56, 207, 21, 0.95);
}

div.graph-navigation.active {
    box-shadow: 0px 0px 1px 3px rgba(56, 207, 21, 0.95);
}

div.graph-navigation.up {
    background-image: url("img/graph/upArrow.png");
    bottom:50px;
    left:55px;
}
div.graph-navigation.down {
    background-image: url("img/graph/downArrow.png");
    bottom:10px;
    left:55px;
}
div.graph-navigation.left {
    background-image: url("img/graph/leftArrow.png");
    bottom:10px;
    left:15px;
}
div.graph-navigation.right {
    background-image: url("img/graph/rightArrow.png");
    bottom:10px;
    left:95px;
}
div.graph-navigation.zoomIn {
    background-image: url("img/graph/plus.png");
    bottom:10px;
    right:15px;
}
div.graph-navigation.zoomOut {
    background-image: url("img/graph/minus.png");
    bottom:10px;
    right:55px;
}
div.graph-navigation.zoomExtends {
    background-image: url("img/graph/zoomExtends.png");
    bottom:50px;
    right:15px;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
vis-rails-2.0.0 vendor/assets/vis/graph/css/graph-navigation.css
vis-rails-1.0.2 vendor/assets/vis/graph/css/graph-navigation.css
vis-rails-1.0.1 vendor/assets/vis/graph/css/graph-navigation.css
vis-rails-1.0.0 vendor/assets/vis/graph/css/graph-navigation.css