Viewing File: /usr/local/cpanel/whostmgr/docroot/css2/listsslhosts.css

#domainlist {
    width: 800px;
}

#domainlist td > div {
    position: relative;
}

#domainlist .column-expires {
    white-space: nowrap;
}

#domainlist .column img {
    vertical-align: middle;
    padding-bottom: 2px;
}

#domainlist .column div.warn {
    display: inline-block;
    background-color: #ffb265;
    border: 1px solid #ff8000;
    padding: 2px 4px;
    margin-left: 2px;
    margin-right: 2px;
    white-space: normal;
    min-width: 200px;
    max-width: 400px;
    border-radius: 4px;
    vertical-align: top;
    position: absolute;
    top: 2px;
    z-index: 20;
}

#domainlist .column div.error {
    display: inline-block;
    background-color: #ff9999;
    border: 1px solid #ff6e65;
    padding: 2px 4px;
    margin-left: 2px;
    margin-right: 2px;
    white-space: normal;
    min-width: 200px;
    max-width: 400px;
    border-radius: 4px;
    vertical-align: top;
    position: absolute;
    top: 2px;
    z-index: 20;
}

#domainlist .column div.hidden {
    display: none;
}

.sortable,
.datatable {
    border-left: none;
    border-bottom: none;
}

.sortable th,
.fixedtable th,
.datatable th {
    background-color: transparent;
    border-top: none;
    border-right: none;
    border-bottom: none;
}

.sortable td,
.fixedtable td,
.datatable td {
    border-right: none;
}

.tblActionBar {
    margin: 10px 0;
}

.sni-template-container {
    padding: 10px;
}

.section-heading {
    padding-top: 10px;
}

.section-body {
    border-top: none;
    padding: 10px 0;
    border-radius: 2px;
}

#domainlist ul {
    list-style: none;
    padding-left: 0;
}

#domainlist ul li {
    white-space: nowrap;
}

.not-working i {
    color: red;
}

.working i {
    color: green;
}

.working {
    font-weight: bold;
}
Back to Directory File Manager