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

META-INF.resources.frontend.org.ikasan.draw2d.designer.css Maven / Gradle / Ivy

There is a newer version: 4.0.2
Show newest version
div#canvas-wrapper {
    border:1px solid #E0E0E0;
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 140px;
    right: 0px;
    left: 250px;
    bottom: 0px;
    overflow: scroll;
    background-color: #FFFFFF;
}

div#canvas-viewport {
    border:1px solid #E0E0E0;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow: scroll;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

div#job-viewport {
    border:1px solid #E0E0E0;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow: scroll;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

div#context-viewport {
    border:1px solid #E0E0E0;
    padding: 0px;
    margin: 0px;
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow: scroll;
    height: 100%;
    width: 100%;
    background-color: #FFFFFF;
}

div#canvas-palette {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 140px;
    width: 250px;
    left: 0px;
    bottom: 15px;
    overflow: scroll;
}

div#canvas-menu {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 65px;
    height: 40px;
    left: 15px;
    right: 15px;
    color:black;
    font-size: 10pt;
    background-color: #FFFFFF;
}

div#canvas-actions {
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 95px;
    height: 45px;
    left: 15px;
    right: 15px;
}

.paletteDiv {
    column-gap: 5px;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy