Viewing File: /usr/local/cpanel/whostmgr/docroot/templates/accounts/edituser.less

/*
# cpanel - whostmgr/docroot/templates/accounts/edituser.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

 */
@import "mixins.less";

div.form_action table {
    border-spacing: 0;
    width: 100%;
}

div.form_action table td:first-child {
    width: 250px;
    padding-left: 5px;
    padding-right: 20px;
}

div.form_action table td:first-child label {
    font-weight: bold;
}

div.form_action table td {
    vertical-align: top;
    border-top: 1px solid #cccccc;
    padding-top: 15px;
    padding-bottom: 15px;
}
div.form_action table tr:first-child td {
    border-top: none;
}

input[type="checkbox"] {
    margin-left: 0;
}

input.leftmost-radio {
    margin-left: 0;
}

input.unlimitedRadio {
    margin-left: 10px;
}

.form_action {
    width: 700px;
}

.change_notice {
    width: 716px;
    margin-bottom: 20px;
}

span.package-value-label {
    margin: 0;
    padding-top: 5px;
    color: #770000;
    font-size: 10px;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
}

tr.note {
    font-style: italic;
    font-size: 10px;
}
div.form_action table tr.note td {
    border-top: none;
    padding-top: 0;
}

.spf-string {
    font-family: monospace;
}

.title {
    font-weight: bold;
}

#content fieldset ul.bulleted {
    margin-left: 20px;
    margin-right: 20px;
}

#content fieldset ul.bulleted li {
    border-top: 0;
    list-style-type: disc;
    padding-bottom: 0;
}

span.fixed {
    display: inline-block;
    width: 250px;
    font-weight: bold;
}

.fields {
    display: inline-block;
}

.field_selections {
    padding-left: 0;
}

.pageNotice {
    width: 600px;
    margin-left: 8px;
    margin-right: 8px;
}

.currentlyUsing {
    font-weight: normal;
    font-size: 11px;
}

#formButtons {
    margin-left: 8px;
    margin-right: 8px;
}

#missingPackageError {
    width: 566px;
    margin: 5px 0 10px;
}

#missingExtensionsOption {
    text-align: center;
    margin-bottom: 10px;
}

.bolded {
    font-weight: bold;
}

.hidden {
    height: 0;
    .opacity(0);
}

label {
    overflow-wrap: anywhere;
}

.callout-breakword {
    overflow-wrap: break-word;
}

#paper_lantern_warning a {
    color: #5b4c1e; /* 74% lightness of alert text */
}

.externalLink:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f35d";
    display: inline-block;
    padding: 0 3px 0 3px;
}

.border-none .propertyLabel,
.border-none .propertyValue {
    border: none;
}
Back to Directory File Manager