diff options
| author | M. Voerman <rekordc@gmail.com> | 2014-11-13 01:28:42 +0100 |
|---|---|---|
| committer | M. Voerman <rekordc@gmail.com> | 2014-11-13 01:28:42 +0100 |
| commit | f37b0138a6a10adbf793844407ab6e88c153a359 (patch) | |
| tree | 7054e04c6146579926db0c0ef49fdf96e0f84ad3 /index.html | |
| parent | a7be5aaf4d0ee1c09558cd015d8e2d10ff4ae1e8 (diff) | |
| download | vdr-vipclient-f37b0138a6a10adbf793844407ab6e88c153a359.tar.gz vdr-vipclient-f37b0138a6a10adbf793844407ab6e88c153a359.tar.bz2 | |
Original styling is now blue.css
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -16,7 +16,7 @@ /***********************************************************/ </script> -<link rel="stylesheet" type="text/css" href="style_old.css"> +<link rel="stylesheet" type="text/css" href="blue.css"> </head> <body onload="onLoad()" onunload="onUnload()"> @@ -26,20 +26,21 @@ <div id="colorkeys"></div> <div id="chanlistepg"></div> - <videoplane id='videoplane' style='position:absolute;left:0px;top:0px;height:100%;width:100%;z-index:500;'></videoplane> + <videoplane id='videoplane'></videoplane> <div id="pipVideoDiv" ></div> <div id="osdvolume">Volume : </div> <div id="osdmedia"></div> - <div id="osdmain"> </div> + <div id="osdmain"> + <div id="osdnr"></div> <div id="osdname"></div> <div id="osdtimer"></div> <div id="osdepg"></div> <div id="osdtime"></div> <div id="osdca"></div> - + </div> <div id="schedule"></div> |
