healthStatus.css 375 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
dl.health-status {
    margin-top: 0;
    line-height: 20px;
}

dl.health-status dt {
    border-bottom: 1px solid #ddd;
    background-color: #f9f9f9;
    padding: 8px;
    text-transform: capitalize;
}

dl.health-status dl.health-status {
    margin-top: 20px !important;
}

dl.health-status td {
    border-top: none;
    border-bottom: 1px solid #ddd;
    padding: 8px;
}