/* Pt-web/src/doc-root/DASAutoCal/DASAutoCal.css
 * 
 *  Copyright: ©2015, Güralp Systems Ltd.
 *  Author: Laurence Withers <lwithers@guralp.com>
 *  License: GPLv3
 */

.DASAutoCalProgressDone {
}
.DASAutoCalProgressDone:after {
    content: url(/static/icon-s/Success.png);
}

.DASAutoCalProgressActive {
    font-weight: bold;
}
.DASAutoCalProgressActive:after {
    content: url(/static/icon-s/Back.png);
}

.DASAutoCalProgressFuture {
    color: gray;
}

.DASAutoCalOldResult {
    color: gray;
    font-style: italic;
}

/* vim: ts=4:sw=4:expandtab
*/
