corrade-nucleus-nucleons

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 24  →  ?path2? @ 25
/base/000_base/css/wm/wm.css
@@ -0,0 +1,20 @@
.draggable {
z-index: 1;
position: relative;
-ms-touch-action: none;
touch-action: none;
}
 
.movable {
width: 100%;
height: 100%;
 
border: solid 4px #ddddff !important;
padding: 0;
 
-webkit-transform: translate(0px, 0px);
transform: translate(0px, 0px);
display: inline-block;
}