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

.componentEditor {
    width: 2em;
    font-family: monospace;
}

.userLabelEditor {
    width: 25em;
    font-family: monospace;
}

table.revisionHistory {
    margin-top: 1em;
}

.errorPage {
    border: solid red;
    background: rgb(255,232,232);
}

.errorTitle:before {
    content: url(/static/icon-s/Error.png);
}

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