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

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 29 Rev 30
Line -... Line 1...
-   1 #window-manager-desktop {
-   2 width: 100%;
-   3 height: 100vh;
-   4 }
-   5  
1 .window-manager-window { 6 .window-manager-window {
2 width: 640px; 7 width: 640px;
3 height: 480px; 8 height: 480px;
Line 4... Line 9...
4 9
Line 8... Line 13...
8 padding: 0; 13 padding: 0;
Line 9... Line 14...
9   14  
10 -webkit-transform: translate(0px, 0px); 15 -webkit-transform: translate(0px, 0px);
Line 11... Line 16...
11 transform: translate(0px, 0px); 16 transform: translate(0px, 0px);
12   17  
Line 13... Line 18...
13 position: relative; 18 position: fixed;
14 z-index: 1; 19 z-index: 2;
Line 15... Line 20...
15   20  
16 -ms-touch-action: none; 21 -ms-touch-action: none;
-   22 touch-action: none;
-   23
-   24 display: inline-block;
-   25 }
-   26  
-   27 .window-manager-icon {
-   28 background: rgba(0, 0, 0, 0);
-   29 z-index: 1;
-   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;