Viewing File: /usr/local/cpanel/base/frontend/jupiter/css2/cron/index.css

.schedule {
    padding: 15px;
}

.schedule li {
    float: left;
    padding-right: 5px;
}

.cjt_notice {
    margin-bottom: 12px;
}

/* get rid of the double borders in the table */
.table > tbody > tr.dt_module_row td {
    border-top: none;
}

/*
 * The command column can get really big so we need
 * to set a max-width.
 */
td.command-cell {
    max-width: 375px;
    word-wrap: break-word;
}

td.command-cell code {
    white-space: normal;
    word-wrap: break-word;
}

@media (min-width: 500px) and (max-width: 600px) {
    td.command-cell {
        max-width: 475px;
    }
}

@media (min-width: 601px) and (max-width: 767px) {
    td.command-cell {
        max-width: 200px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    td.command-cell {
        max-width: 230px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    td.command-cell {
        max-width: 400px;
    }
}

@media (min-width: 1200px) {
    td.command-cell {
        max-width: 500px;
    }
}
Back to Directory File Manager