corrade-nucleus-nucleons – Blame information for rev 31

Subversion Repositories:
Rev:
Rev Author Line No. Line
30 office 1 #window-manager-desktop {
2 width: 100%;
3 height: 100vh;
4 }
5  
29 office 6 .window-manager-window {
7 width: 640px;
8 height: 480px;
9  
10 overflow: auto;
11  
25 office 12 border: solid 4px #ddddff !important;
13 padding: 0;
14  
15 -webkit-transform: translate(0px, 0px);
16 transform: translate(0px, 0px);
29 office 17  
30 office 18 position: fixed;
31 office 19 z-index: 1;
29 office 20  
21 -ms-touch-action: none;
22 touch-action: none;
25 office 23  
24 display: inline-block;
25 }
30 office 26  
27 .window-manager-icon {
28 background: rgba(0, 0, 0, 0);
31 office 29 z-index: 0;
30 office 30  
31 width: 64px;
32 height: 64px;
33  
34 overflow: auto;
35  
36 border: none !important;
37 padding: 0;
38  
39 -webkit-transform: translate(0px, 0px);
40 transform: translate(0px, 0px);
41  
42 position: fixed;
43  
44 -ms-touch-action: none;
45 touch-action: none;
46  
47 display: inline-block;
48 }