dev

Note: After publishing, you may have to bypass your browser's cache to see the changes.

#cjsm-result .content-review__status {
    border-left: 14px solid;
    line-height: 14px;
    padding: 5px 0px;
    padding-left: 10px;
    white-space: nowrap;
}

#cjsm-result .content-review__status--none {
    border-color: #aaa
}

#cjsm-result .content-review__status--live {
    border-color: #76bf06
}

#cjsm-result .content-review__status--approved {
    border-color: #76bf06
}

#cjsm-result .content-review__status--rejected {
    border-color: #e1390b
}

#cjsm-result .content-review__status--awaiting {
    border-color: #008cce
}

#cjsm-result .content-review__status--unsubmitted {
    border-color: #ffad00
}

#cjsm-container {
	padding: 5px;
	min-height: 130px;
}