corrade-nucleus-nucleons – Rev 27

Subversion Repositories:
Rev:
.activity-image:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position: center center;
    background-repeat:no-repeat;
}

.activityButton:before{
     background-image : url("/script-kiddie/img/activity.gif");
}

.check-image:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position: center center;
    background-repeat:no-repeat;
}

.checkButton:before{
     background-image : url("/script-kiddie/img/check.png");
}

.cross-image:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position: center center;
    background-repeat:no-repeat;
}

.crossButton:before{
     background-image : url("/script-kiddie/img/cross.png");
}