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

.powerWarning:before {
    content: url(/static/icon-s/Error.png);
}
.powerWarning {
    margin: 0.5em;
    border: solid rgb(255,255,0);
    background: rgb(255,255,240);
}

.readingsTable {
    margin-top: 1em;
}

.readingsBar {
    float: left;
    padding: 2px;
}

.currentBaud {
    font-weight: bold;
}

.detectedResults {
    border: solid #66FF66;
    background: #99FF99;
}

.brokenDM24Output {
    font-family: monospace;
    width: 60em;
    height: 20em;
    border: solid black;
    overflow: scroll;
    white-space: pre;
    background: #EEEEEE;
}

.stderr {
    color: red;
}

/* options for text editors
vim: expandtab:ts=4:sw=4:syntax=css
*/
