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



/*
 * Name editor: overall properties
 */
.CD24LLConfigIDEditor {
    border-collapse: collapse;
    border: none;
}

table.CD24LLConfigIDEditor {
    margin-top: 0.5em;
}

.CD24LLConfigIDEditor td {
    padding: 0.25em;
}

/*
 * Name editor: component properties
 */
.CD24LLConfigIDEditorStation {
    background: #ffe0e0;
}

.CD24LLConfigIDEditorChannel {
    background: #e0ffe0;
    text-align: right;
}

.CD24LLConfigIDEditorNetwork {
    background: #e0e0ff;
}

.CD24LLConfigIDEditorLocation {
    background: #ffffe0;
    text-align: right;
}

/*
 * Name editor: input boxes
 */
.CD24LLConfigIDEditorStation input {
    font-family: monospace;
    width: 5em;
}

.CD24LLConfigIDEditorChannel input {
    font-family: monospace;
    width: 6em;
}

.CD24LLConfigIDEditorNetwork input, .CD24LLConfigIDEditorLocation input {
    font-family: monospace;
    width: 2em;
}



/*
 * Channel editor tables
 */

/* editor for entering component letter */
.CD24LLConfigComponentEditor {
    font-family: monospace;
    width: 1em;
}

/* for displaying computed channel names */
.CD24LLConfigChannelName {
    font-family: monospace;
}



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