corrade-nucleus-nucleons – Blame information for rev 29

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