corrade-nucleus-nucleons – Diff between revs 25 and 29

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 25 Rev 29
Line 1... Line 1...
1 .draggable { 1 .window-manager-window {
2 z-index: 1; 2 width: 640px;
3 position: relative; 3 height: 480px;
4 4
5 -ms-touch-action: none; -  
6 touch-action: none; -  
7 } -  
8   -  
9 .movable { -  
10 width: 100%; -  
11 height: 100%; 5 overflow: auto;
12   6
13 border: solid 4px #ddddff !important; 7 border: solid 4px #ddddff !important;
14 padding: 0; 8 padding: 0;
Line 15... Line 9...
15   9  
16 -webkit-transform: translate(0px, 0px); 10 -webkit-transform: translate(0px, 0px);
-   11 transform: translate(0px, 0px);
-   12  
-   13 position: relative;
-   14 z-index: 1;
-   15  
-   16 -ms-touch-action: none;
Line 17... Line 17...
17 transform: translate(0px, 0px); 17 touch-action: none;
18 18