/* dm24-support/src/dm24ftcgi/dm24ftcgi.css
 * 
 *  Copyright: ©2011, Güralp Systems Ltd.
 *  Author: Laurence Withers <lwithers@guralp.com>
 *  License: GPLv3
 */

#term_controls {
    display: inline-block;
    vertical-align: top;
}

#status_box {
    display: inline-block;
    border: solid thin black;
    width: 300px;
    vertical-align: top;
}

#status_title {
    margin: 0;
    color: white;
    background: black;
}

#term_window {
    font-size: large;
    border: thin solid black;
    overflow: scroll;
    height: 30em;
}

#commandbar {
    font-size: large;
    font-family: monospace;
    width: 60%;
}

.disconnected {
    background: gray;
}

/* vim: ts=4:sw=4:expandtab
*/
