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

/*
 * multiphp_manager/index.css           Copyright(c) 2020 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
 */

.section-header {
    border-bottom: 1px solid #eee;
    padding-bottom: 9px;
}

.phpSelect {
    min-width: 200px;
    width: 60%;
    display: inline-block;
}

.phpSection {
    margin: 10px 0 5px 0;
}

.domain-container {
    margin-bottom: 10px;
    text-align: right;
}

.phpSection .callout {
    margin-top: 0;
}

.systemPhpValue {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
    padding-left: 10px;
}

.indent-form {
    margin-left: 20px;
}

.processing {
    opacity: 0.3;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}

.selected-stats {
    font-size: 12px;
}

.item-stats {
    float: right;
}

html[dir="rtl"] .item-stats {
    float: left;
}

.badge-info {
    background-color: #2980b9;
}

.badge-title {
    font-weight: bold;
}

.icon-arrow-up,
.icon-arrow-down {
    font-style: normal;
}

.fa-btn {
    cursor: pointer;
    padding-left: 2px;
    padding-right: 2px;
}

/* Modal styles */
.modal-header {
    background-color: #333333;
    color: #ffffff;
    font-weight: 400;
    height: 40px;
    padding: 10px;
}

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

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

.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;
}

.hyphens {
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.domain-list-item {
    word-wrap: break-word;
    padding-top: 5px;
}

div.eolWarning.alert-warning {
    box-shadow: none;
}

.eolWarning {
    margin-bottom: 10px;
}
Back to Directory File Manager