webcontrol/zml.css
author Nicolas Martin <joliclic@gmail.com>
Thu, 18 May 2017 14:29:04 +0200
changeset 2 1425d4030bea
parent 1 8ad95a9cc477
permissions -rw-r--r--
web control: js part


.main-title {
    text-align: center;
}

#mutable-cmd-box {
    margin: 1em auto 2em;
}

#status-box {
    text-align: right;
}

.status-txt {
    font-weight: bold;
    padding: 0.5em 0.7em 0.7em 0.5em;
    margin: 0.3em;
}

.status-ok {
    background-color: #5CBF00;
    color: #fff;
}

.status-warning {
    background-color: #ED5A00;
    color: #000;
}

.status-alert {
    background-color: #FF0707;
    color: #000;
}