corrade-nucleus-nucleons – Rev 30

Subversion Repositories:
Rev:
#window-manager-desktop {
    width: 100%;
    height: 100vh;
}

.window-manager-window {
  width: 640px;
  height: 480px;
  
  overflow: auto;
  
  border: solid 4px #ddddff !important;
  padding: 0;

  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);

  position: fixed;
  z-index: 2;

  -ms-touch-action: none;
      touch-action: none;
          
  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;
}