﻿
.status {
    width: 16px !important;
    height: 16px !important;
    display: inline-block !important;
    vertical-align: top !important;
    border-style: none !important;
}


.status.warning {
    background: url('/images/testlogs/warning.gif') no-repeat center right !important;
}

.status.loading {
    background: url('/images/testlogs/loading-indicator.gif') no-repeat center right !important;
}

.status.success {
    background: url('/images/testlogs/tick.gif') no-repeat center right !important;
}

.status.error {
    background: url('/images/testlogs/cross.gif') no-repeat center right !important;
}
