All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.dlsc.gmapsfx.html.style.css Maven / Gradle / Ivy


html, body{
    height: 100%;
    margin: 0px;
    padding: 0px
}

.map-canvas-show-directions{
    height: 100%;
    width: 75%;
    float: right;
}

.map-canvas {
    height: 100%;
    width: 100%;
    float: right;
}

.directions-show {
    height: 100%;
    width: 25%;
    float: left;
    overflow-y: scroll;
    display: inline-block;
    
}

.directions-hide {
    height: 100%;
    width: 0%;
    float: left;
    overflow-y: scroll;
    display: inline-block;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy