corrade-nucleus-nucleons – Diff between revs 2 and 27

Subversion Repositories:
Rev:
Only display areas with differencesRegard whitespace
Rev 2 Rev 27
1 .activity-image:before { 1 .activity-image:before {
2 content: ""; 2 content: "";
3 width: 16px; 3 width: 16px;
4 height: 16px; 4 height: 16px;
5 display: inline-block; 5 display: inline-block;
6 margin-right: 5px; 6 margin-right: 5px;
7 vertical-align: text-top; 7 vertical-align: text-top;
8 background-color: transparent; 8 background-color: transparent;
9 background-position: center center; 9 background-position: center center;
10 background-repeat:no-repeat; 10 background-repeat:no-repeat;
11 } 11 }
12   12  
13 .activityButton:before{ 13 .activityButton:before{
14 background-image : url("/script-kiddie/img/activity.gif"); 14 background-image : url("/script-kiddie/img/activity.gif");
15 } 15 }
16   16  
17 .check-image:before { 17 .check-image:before {
18 content: ""; 18 content: "";
19 width: 16px; 19 width: 16px;
20 height: 16px; 20 height: 16px;
21 display: inline-block; 21 display: inline-block;
22 margin-right: 5px; 22 margin-right: 5px;
23 vertical-align: text-top; 23 vertical-align: text-top;
24 background-color: transparent; 24 background-color: transparent;
25 background-position: center center; 25 background-position: center center;
26 background-repeat:no-repeat; 26 background-repeat:no-repeat;
27 } 27 }
28   28  
29 .checkButton:before{ 29 .checkButton:before{
30 background-image : url("/script-kiddie/img/check.png"); 30 background-image : url("/script-kiddie/img/check.png");
31 } 31 }
32   32  
33 .cross-image:before { 33 .cross-image:before {
34 content: ""; 34 content: "";
35 width: 16px; 35 width: 16px;
36 height: 16px; 36 height: 16px;
37 display: inline-block; 37 display: inline-block;
38 margin-right: 5px; 38 margin-right: 5px;
39 vertical-align: text-top; 39 vertical-align: text-top;
40 background-color: transparent; 40 background-color: transparent;
41 background-position: center center; 41 background-position: center center;
42 background-repeat:no-repeat; 42 background-repeat:no-repeat;
43 } 43 }
44   44  
45 .crossButton:before{ 45 .crossButton:before{
46 background-image : url("/script-kiddie/img/cross.png"); 46 background-image : url("/script-kiddie/img/cross.png");
47 } 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 } 48  
73   49  
74   50