/**
 * Batch progress component.
 */

deploy-sync-content--batch-progress > * {
    margin-bottom: 1em;
    margin-top: 1em;
}

deploy-sync-content--batch-progress .output {
    background-color: #EEE;
    border: 1px solid #DDD;
    font-family: monospace;
    height: 300px;
    overflow-y: auto;
    padding: 20px;
    white-space: pre;
}

deploy-sync-content--batch-progress .status-text {
    background-position: left 5px center;
    background-repeat: no-repeat;
    padding: 10px 0 10px 25px;
}

deploy-sync-content--batch-progress .status-text.in-progress {
    background-image: url(../../../../../../wp-admin/images/loading.gif);
}

deploy-sync-content--batch-progress .status-text.ok {
    background-image: url(../../../../../../wp-admin/images/yes.png);
}

deploy-sync-content--batch-progress .status-text.not-ok {
    background-image: url(../../../../../../wp-admin/images/no.png);
}
