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



/* When creating a new instance, this class is applied to the current step in
 * the sequence display.
 */
.triggerConfigSeqCurrentStep {
    font-weight: bold;
    font-style: italic;
}



/* The instrument list editor table style.
 */
table.triggerConfigInstrumentList {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.triggerConfigInstrumentList th {
    background: rgb(128, 128, 255);
    padding: 0.5em;
    border: solid thin black;
}

.triggerConfigInstrumentList td, .triggerConfigInstrumentList tr {
    padding: 0.5em;
    border: solid thin black;
}



/* Elements to be displayed within the trigger group graphical config
 */
.triggerConfigElementTitle {
    font-weight: bold;
}

.triggerConfigElementInput {
    display: inline-block;
    width: 224px;
    margin: 0 5px;
    padding: 5px;
    border: solid 3px blue;
    background: rgb(192,192,255);
    text-align: center;
}

.triggerConfigElementMatrix {
    display: inline-block;
    width: 224px;
    margin: 0 5px;
    padding: 5px;
    border: solid 3px green;
    background: rgb(192,255,192);
    text-align: center;
}

.triggerConfigElementAction {
    display: inline-block;
    width: 224px;
    margin: 0 5px;
    padding: 5px;
    border: solid 3px rgb(255,192,0);
    background: rgb(255,224,192);
    text-align: center;
    vertical-align: top;
}

.triggerConfigElementProc {
    display: inline-block;
    width: 224px;
    margin: 0 5px;
    padding: 5px;
    border: solid 3px rgb(192,0,192);
    background: rgb(255,192,255);
    text-align: center;
    vertical-align: top;
}



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