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



.TimingSetupModeButton {
    width: 215px;
    margin: 0.5em;
}


.TimingSetupNTPTable table, .TimingSetupNTPTable td, .TimingSetupNTPTable th {
    border: solid thin grey;
    border-collapse: collapse;
    padding: 0.2em;
}



.TimingSetupNTPAddress, .TimingSetupNTPOptions {
    font-family: monospace;
    width: 20em;
}



input.modeSel {
    width: 10em;
    height: 2em;
    border: solid thick white;
};

input.modeSelActive {
    border: solid thick blue;
}



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