Viewing File: /usr/local/cpanel/base/frontend/jupiter/passenger/index.less

/*
# passenger/index.less                             Copyright 2022 cPanel, L.L.C.
#                                                           All rights reserved.
# copyright@cpanel.net                                         http://cpanel.net
# This code is subject to the cPanel license. Unauthorized copying is prohibited
*/

.table-striped > tbody > tr.inline-form td {
    vertical-align: top;
}

html[dir="rtl"] .table-striped > tbody > tr.inline-form td {
    padding-right: 5px;
}

html[dir="ltr"] .table-striped > tbody > tr.inline-form td {
    padding-left: 5px;
}

html[dir="ltr"] .actions-column {
    padding-left: 22px !important; // marked important to override the inline-form setting above
}

html[dir="rtl"] .actions-column {
    padding-right: 22px !important;
}

.record_elements {
    display: table;
    width: 100%;
}

.record_element {
    display: table-row;
}

.record_subelement {
    display: table-cell;
}

html[dir="ltr"] .add-record-btn span.fas.fa-plus {
    padding-right: 5px;
}

html[dir="rtl"] .add-record-btn span.fas.fa-plus {
    padding-left: 5px;
}

.validation-row {
    min-height: 21px;
}

.table-form-label {
    display: none;
}

.key-name-editor-container,
.key-value-editor-container {
    width: 100%;
}

@media (max-width: 600px) {
    html[dir="ltr"] .responsive-table > tbody > tr > td.action-buttons .btn {
        padding-left: 0;
    }

    html[dir="rtl"] .responsive-table > tbody > tr > td.action-buttons .btn {
        padding-right: 0;
    }

    .responsive-table > tbody > tr > td.expand-panel-data:before {
        content: none;
    }

    .table-form-label {
        display: inline-block;
    }

    .record_elements,
    .record_element,
    .record_subelement {
        display: block;
    }
}

@media (min-width: 601px) {
    .key-name-editor-container,
    .key-value-editor-container {
        width: 300px;
    }
}

@media (min-width: 1200px) {
    .key-name-editor-container,
    .key-value-editor-container {
        width: 400px;
    }
}

/* ------------------------------------------------------------------------------ */
/* Override for modal dialog styles
/* ------------------------------------------------------------------------------ */
.modal-header {
    background-color: #333333;
    color: #ffffff;
    font-weight: 400;
    height: 40px;
    padding: 10px;
    text-overflow: ellipsis;
}

.modal-header h4 {
    margin: 0;
    padding: 0;
}

.modal-footer {
    height: 50px;
    padding: 10px;
}

html[dir="rtl"] .modal-footer {
    text-align: left;
}

.modal-dialog {
    margin-top: 70px;
    max-width: 500px;
}

.modal-body {
    padding: 10px;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

/* ------------------------------------------------------------------------------ */
/* Override for pagination form-group styles
/* ------------------------------------------------------------------------------ */
.page-size .form-group {
    margin-bottom: 0;
}

/* ------------------------------------------------------------------------------ */
/* Bootstrap RTL updates that we don't have yet
/* ------------------------------------------------------------------------------ */
html[dir="rtl"] .dropdown-menu-right {
    left: 0;
    right: auto;
}

html[dir="rtl"] .text-right.flip {
    text-align: left;
}

html[dir="rtl"] .text-left.flip {
    text-align: right;
}

html[dir="rtl"] .pull-right {
    float: left !important;
}

.table > tbody > tr > td.expand-panel-data {
    padding: 0;
    border: 0;
}

.ensure-in-progress {
    padding: 10px;
}

.ensure-in-progress .list-types {
    padding-bottom: 5px;
    overflow: hidden;

    html[dir="ltr"] & {
        margin-left: 15px;
    }
    html[dir="rtl"] & {
        margin-right: 15px;
    }
}

.ensure-in-progress .list-types code {
    white-space: normal;
}

.ensure-in-progress .list-types .message {
    font-style: italic;
}

.ensure-in-progress .list-types > label {
    html[dir="ltr"] & {
        padding-right: 10px;
    }
    html[dir="rtl"] & {
        padding-left: 10px;
    }
}

#toggle-all-help-link {
    cursor: pointer;
}

#add_app,
#application-details-description {
    max-width: 750px;
}

#add_app {
    .panel-heading {
        display: flex;
        justify-content: space-between;
    }

    .validation-container {
        margin-top: 3px;
    }
}
Back to Directory File Manager