﻿.editor-akci {
    position: relative;
    height: 100%;
}

    .editor-akci .editor-akci-nastaveni {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: auto;
        height: 28px;
    }

    .editor-akci.-jsou-inputy .editor-akci-nastaveni {
        top: 40px;
    }

    .editor-akci .editor-akci-grid-box {
        position: absolute;
        left: 0px;
        top: 30px;
        right: 0px;
        bottom: 0px;
    }

    .editor-akci.-jsou-inputy .editor-akci-grid-box {
        top: 68px;
    }

    .editor-akci .editor-akci-grid {
        height: 100%;
    }
