corrade-nucleus-nucleons – Rev 2

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");
}

.panel-heading {
   background-color: #ddddff !important;
}

.draggable {
        z-index: 1;
    position: relative;
    
    -ms-touch-action: none;
        touch-action: none;
}

.movable {
  width: 100%;
  height: 100%;

  border: solid 4px #ddddff !important;
  padding: 0;

  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
          
  display: inline-block;
}