Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • production default
  • integration
  • testing
4 results

styles.css

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    styles.css 4.00 KiB
    .path-mod-conceptmaps .conceptmap {
        /* for IE10+ touch devices */
        touch-action:none;
        height: 960px;
        position: relative; /* Defines this as the offsetparent for draggables and arrows. */
        width: 1440px;
        background-color: white;
        border-style: solid;
    }
    
    .path-mod-conceptmaps .afterconceptmap {
        margin-top: 990px;
    }
    
    
    /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
            @media screen and (max-width: 1200px) {
                .path-mod-conceptmaps .conceptmap {
                    /* for IE10+ touch devices */
                    touch-action:none;
                    height: 800px;
                    /*position: absolute;*/
                    width: 1200px;
                    background-color: white;
                    margin-left: "0";
                    border-style: solid;
                }
            }
    .path-mod-conceptmaps .w {
        padding: 0;
        padding-left: 0;
        padding-right: 25px;
        position: absolute;
        z-index: 4;
        width: 13em;
        border: 1px solid #2e6f9a;
        box-shadow: 2px 2px 19px #e0e0e0;
        -o-box-shadow: 2px 2px 19px #e0e0e0;
        -webkit-box-shadow: 2px 2px 19px #e0e0e0;
        -moz-box-shadow: 2px 2px 19px #e0e0e0;
        -moz-border-radius: 8px;
        border-radius: 8px;
        opacity: 0.8;
        filter: alpha(opacity=80);
        cursor: move;
        background-color: white;
        font-size: 11px;
        -webkit-transition: background-color 0.25s ease-in;
        -moz-transition: background-color 0.25s ease-in;
        transition: background-color 0.25s ease-in;
        white-space:pre-line;
    }
    
    .path-mod-conceptmaps .w-drag-box {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0px;
        right: 40px;
    }
    
    .path-mod-conceptmaps .aLabel {
        -webkit-transition: background-color 0.25s ease-in;
        -moz-transition: background-color 0.25s ease-in;
        transition: background-color 0.25s ease-in;
    }
    
    .path-mod-conceptmaps .aLabel {
        background-color: white;
        opacity: 0.8;