tax-control-disk.less 1.32 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
@color-dxtreeview-item-selected: #f16100;

.tax-control-disk {
    height: 100%;
    padding: 20px;

    .btn-secondary {
        height: 28px;
    }

    .ellipsis {
        white-space: nowrap !important;
        -ms-text-overflow: ellipsis !important;
        -o-text-overflow: ellipsis !important;
        text-overflow: ellipsis !important;
        overflow-x: hidden !important;
    }

    .wd120 {
        max-width: 120px;
        display: inline-block;
        .ellipsis;
    }

    .right-icon {
        font-size: 14px;
        color: green;
    }

    .error-icon {
        font-size: 14px;
        color: red;
    }

    .menu-header {
        background-color: white;
        height: 30px;

        .menu-title {
            width: 400px;
            display: inline-block;
            float: left;
            color: #a22;
            font-weight: bold;
        }
    }

    .content-container {
        height: calc(~"100% - (@{header-height} + @{container-mt} + @{container-mb})");
        margin-top: @container-mt;
        margin-bottom: @container-mb;

        #taxControlDiskGridID {
            height: 100%;
        }
    }
}

.modal-edit-taxcontrol {
    width: 400px;

    .edit-tax-control {
        td {
            padding: 4px 16px 4px 0;
        }

        .right-align{
            text-align: right;
        }
    }
}