corrade-nucleus-nucleons – Blame information for rev 2

Subversion Repositories:
Rev:
Rev Author Line No. Line
2 office 1 .activity-image:before {
2 content: "";
3 width: 16px;
4 height: 16px;
5 display: inline-block;
6 margin-right: 5px;
7 vertical-align: text-top;
8 background-color: transparent;
9 background-position: center center;
10 background-repeat:no-repeat;
11 }
12  
13 .activityButton:before{
14 background-image : url("/script-kiddie/img/activity.gif");
15 }
16  
17 .check-image:before {
18 content: "";
19 width: 16px;
20 height: 16px;
21 display: inline-block;
22 margin-right: 5px;
23 vertical-align: text-top;
24 background-color: transparent;
25 background-position: center center;
26 background-repeat:no-repeat;
27 }
28  
29 .checkButton:before{
30 background-image : url("/script-kiddie/img/check.png");
31 }
32  
33 .cross-image:before {
34 content: "";
35 width: 16px;
36 height: 16px;
37 display: inline-block;
38 margin-right: 5px;
39 vertical-align: text-top;
40 background-color: transparent;
41 background-position: center center;
42 background-repeat:no-repeat;
43 }
44  
45 .crossButton:before{
46 background-image : url("/script-kiddie/img/cross.png");
47 }
48  
49 .panel-heading {
50 background-color: #ddddff !important;
51 }
52  
53 .draggable {
54 z-index: 1;
55 position: relative;
56  
57 -ms-touch-action: none;
58 touch-action: none;
59 }
60  
61 .movable {
62 width: 100%;
63 height: 100%;
64  
65 border: solid 4px #ddddff !important;
66 padding: 0;
67  
68 -webkit-transform: translate(0px, 0px);
69 transform: translate(0px, 0px);
70  
71 display: inline-block;
72 }
73