webcontrol/zml.css
changeset 1 8ad95a9cc477
equal deleted inserted replaced
0:6eaf5d8d6ab4 1:8ad95a9cc477
       
     1 
       
     2 .main-title {
       
     3     text-align: center;
       
     4 }
       
     5 
       
     6 #mutable-cmd-box {
       
     7     margin: 1em auto 2em;
       
     8 }
       
     9 
       
    10 #status-box {
       
    11     text-align: right;
       
    12 }
       
    13 
       
    14 .status-txt {
       
    15     font-weight: bold;
       
    16     padding: 0.5em 0.7em 0.7em 0.5em;
       
    17     margin: 0.3em;
       
    18 }
       
    19 
       
    20 .status-ok {
       
    21     background-color: #5CBF00;
       
    22     color: #fff;
       
    23 }
       
    24 
       
    25 .status-warning {
       
    26     background-color: #ED5A00;
       
    27     color: #000;
       
    28 }
       
    29 
       
    30 .status-alert {
       
    31     background-color: #FF0707;
       
    32     color: #000;
       
    33 }