remove sub.status and badge classes
from span.status to sub.status
remove sub.status and badge classes
Line 110: Line 110:
}
}


sub.status {
.status {
  background-color: yellow;
    display: inline-block;
  font-weight: bold;
    margin: 0;
  padding-left: 1em;
    overflow: visible;
  padding-right: 1em;
    color: rgba(255,255,255,0.9);
    -o-text-overflow: clip;
    text-overflow: clip;
    text-shadow: -1px -1px 0 rgba(170,170,170,0.66) ;
    -webkit-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -moz-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -o-transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    transition: all 300ms cubic-bezier(0.42, 0, 0.58, 1);
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
}
.blabel {
    padding: 0 3px 0 5px;
    border: 1px 0 1px 1px solid rgba(186,186,186,0.66);
    -webkit-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
    background: #545454;
    -webkit-box-shadow: 2px 0 2px 0 rgba(0,0,0,0.2) ;
    box-shadow: 2px 0 2px 0 rgba(0,0,0,0.2) ;
}
.bdata {
    padding: 0 5px 0 5px;
    border: 1px 1px 1px 0 solid rgba(186,186,186,0.66);
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,80,186,0.2) ;
    box-shadow: 2px 2px 2px 0 rgba(0,80,186,0.2) ;
}


div.cli, .cli {
div.cli, .cli {