diff -r 6eaf5d8d6ab4 -r 8ad95a9cc477 webcontrol/zml.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/webcontrol/zml.css Thu May 18 13:38:45 2017 +0200 @@ -0,0 +1,33 @@ + +.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; +}