corrade-nucleus-nucleons – Blame information for rev 26

Subversion Repositories:
Rev:
Rev Author Line No. Line
25 office 1 .draggable {
2 z-index: 1;
3 position: relative;
4  
5 -ms-touch-action: none;
6 touch-action: none;
7 }
8  
9 .movable {
10 width: 100%;
11 height: 100%;
12  
13 border: solid 4px #ddddff !important;
14 padding: 0;
15  
16 -webkit-transform: translate(0px, 0px);
17 transform: translate(0px, 0px);
18  
19 display: inline-block;
20 }