HEX
Server: nginx
System: Linux pool195-106-36.bur.atomicsites.net 6.12.57+deb12-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.57-1~bpo12+1 (2025-11-17) x86_64
User: (0)
PHP: 8.3.32
Disabled: pcntl_fork
Upload Files
File: /wordpress/mu-plugins/edge-cache/css/edge-cache.css
.card-head {
    height: 60px;
    border-bottom: solid 1px #ccc;
}

.card-head > h2 {
    line-height: 50px;
    padding: 10px 0px;
    margin: auto;
    float: left;
}

.card-head > div {
    float: left;
    line-height: 50px;
    width: 32px;
    height: 32px;
    font-size: 32px;
    margin-right: 5px;
    padding: 10px 0px;
}

.card-head > span {
    font-weight: bold;
    margin: 20px 0px;
    padding: 0px 10px;
    line-height: 30px;
    border-radius: 50px;
    float: right;
    background-color: #f0f0F0;
}

.card-mid {
    padding: 10px 0px;
}

.divider {
    margin: 20px 0px;
    border-bottom: dotted 2px #ccc;
}

.action-status {
    display: flex;
    flex-wrap: wrap;
    height: 40px;
    padding-bottom: 10px;
}

.action-status > button {
    width: 160px;
}

.action-status > span {
    line-height: 20px;
    padding: 10px;
    margin: 0px 5px;
    flex-grow: 1;
    order: 2;
}

.action-status > div {
    margin-left: auto;
    padding-top: 10px;
    order: 3;
}

.ec-status-0 {
    color: #747474;
}

.ec-status-1 {
    color: #2271b1;
}

.ec-status--1 {
    color: #d63638;
}

@media all and (max-width: 800px) {
    .divider {
        margin: 40px 0px;
    }
    .card-mid {
        padding: 40px 0px;
    }
}