web/static/res/css/style2.css
author Edwin Razafimahatratra <edwin@robotalismsoft.com>
Tue, 11 Dec 2012 19:49:17 +0100
changeset 44 f905a56cc7e6
parent 18 f6232b308fbd
permissions -rw-r--r--
css tweak

video {
    position: relative;
    width: 1280px;
    height: 720px;
    z-index: 1;
}

#controls {
    position: absolute;
    left: 300px;
    top: 550px;
    z-index: 2;
    
    padding: 25px;
    background: black;
    color: white;
    font-size: 2em;
    font-family: Arial;
}