view www/m/js/preview-windows.css @ 23:e1a02869da08

reduced to one score file with menu to choose which part stream to receive added latency results to client and tweeked some css
author tzara <rc-web@kiben.net>
date Wed, 11 Jul 2012 14:17:43 +0100
parents 9070b2a7ca65
children
line wrap: on
line source
#preview1 {
    -moz-transform: scale(0.2, 0.2) translate(-20%, -20%); 
    -webkit-transform: scale(0.2, 0.2) translate(-20%, -20%); 
    -o-transform: scale(0.2, 0.2) translate(-20%, -20%); 
    transform: scale(0.2, 0.2) translate(-20%, -20%); 
    border: solid #999 10px;
    border-radius: 10px;
}