corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 29  →  ?path2? @ 30
/base/000_base/css/nucleus/nucleus.css
@@ -10,10 +10,6 @@
background: #ddddff !important;
}
 
.fake-btn {
background: rgba(0, 0, 0, 0);
}
 
.dropdown-menu {
background: rgba(0, 0, 0, 0);
}
@@ -22,3 +18,7 @@
width:100%;
}
 
.container {
width:100%;
height:100vh;
}
/base/000_base/css/wm/wm.css
@@ -1,3 +1,8 @@
#window-manager-desktop {
width: 100%;
height: 100vh;
}
 
.window-manager-window {
width: 640px;
height: 480px;
@@ -10,8 +15,8 @@
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
 
position: relative;
z-index: 1;
position: fixed;
z-index: 2;
 
-ms-touch-action: none;
touch-action: none;
@@ -18,3 +23,26 @@
display: inline-block;
}
 
.window-manager-icon {
background: rgba(0, 0, 0, 0);
z-index: 1;
 
width: 64px;
height: 64px;
overflow: auto;
border: none !important;
padding: 0;
 
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
 
position: fixed;
 
-ms-touch-action: none;
touch-action: none;
display: inline-block;
}