summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorM. Voerman <rekordc@gmail.com>2013-02-14 17:02:55 +0100
committerM. Voerman <rekordc@gmail.com>2013-02-14 17:02:55 +0100
commit12f0f6e580fafcc9422eeec1e55c454225c0f14c (patch)
tree6554fb8cc69df3f8f52ee4246025025a39ce504f
parent8af5c02505ffb8f02e142050e48c490c88487533 (diff)
downloadvdr-vipclient-12f0f6e580fafcc9422eeec1e55c454225c0f14c.tar.gz
vdr-vipclient-12f0f6e580fafcc9422eeec1e55c454225c0f14c.tar.bz2
small changes to make it work on a 19x3
-rw-r--r--History2
-rw-r--r--index.html8
2 files changed, 5 insertions, 5 deletions
diff --git a/History b/History
index 49841f2..ee8f327 100644
--- a/History
+++ b/History
@@ -5,7 +5,7 @@
View Timer menu now also shows day & date.
Set timer for local recording.
Fixed crash when no EPG and users presses up/down
-
+ Small fixes OSD display, Schedule, SwitchTimer
0.16 EPG/schedule info remove on channel switch
Exit Guide View removes epg/schedule info
diff --git a/index.html b/index.html
index f77dd11..c855091 100644
--- a/index.html
+++ b/index.html
@@ -2829,7 +2829,7 @@ function ClearScreen() {
</script>
- <body style="background:#ccc;" onload="onLoad()" onunload="onUnload()">
+ <body style="background:#ccc;font-family:'VDRSymbols Sans';" onload="onLoad()" onunload="onUnload()">
<embed type="application/x-motorola-toi" hidden="true">
<div id="channelList" style="background:#bbb; width:100%; height:48%; position:absolute; left:7%; top:4%;"></div>
@@ -2841,7 +2841,7 @@ function ClearScreen() {
<videoplane id='videoplane' style='position:absolute; left:0px; top:0px; height: 100%; width: 100%; z-index:500;'></videoplane>
- <div id="osdvolume" style="width:63%; position:absolute; left:10%; top:80%;z-index:501;fontFamily:VDRSymbolsSans;opacity:0;">Volume : </div>
+ <div id="osdvolume" style="width:63%; position:absolute; left:10%; top:80%;z-index:501;font-family:'VDRSymbols Sans';opacity:0;">Volume : </div>
<div id="osdmedia" style="background:#3366ff;-webkit-border-radius:50px;width:80%; position:absolute; left:10%; top:70%;z-index:505;opacity:0;"></div>
<div id="osdmain" style="background:#3366ff;width:80%; position:absolute; left:10%; top:60%; bottom:9%;z-index:505;-webkit-border-radius:50px;"></div>
@@ -2849,7 +2849,7 @@ function ClearScreen() {
<div id="osdname" style="width:69%;height:4%; position:absolute; left:12%; top:65%;z-index:505;"></div>
<div id="osdepg" style="width:63%; position:absolute; left:21%; top:69%;z-index:505;"></div>
<div id="osdtimer" style="width:7%; position:absolute; left:12%; top:69%;z-index:505;"></div>
- <div id="osdca" style="width:5%; position:absolute; left:75%; top:67%;z-index:505;fontFamily:VDRSymbolsSans;"></div>
+ <div id="osdca" style="width:5%; position:absolute; left:75%; top:67%;z-index:505;font-family:'VDRSymbols Sans';"></div>
<div id="osdnr" style="background:red;width:10%;height:9%; position:absolute; left:12%; top:56%;z-index:505;opacity:0;-webkit-border-radius:25px;"></div>
@@ -2858,7 +2858,7 @@ function ClearScreen() {
<div id="osdmute" style="width:7%; position:absolute; left:76%; top:9%;z-index:515;opacity:0;"><img src="mute.png"></div>
<div id="osdlang" style="width:7%; position:absolute; left:76%; top:9%;z-index:515;opacity:0;"></div>
- <div id="mainmenu" style="background:#3366ff;width:80%; position:absolute; left:10%; top:10%; bottom:10%;z-index:520;opacity:0;-webkit-border-radius:50px;fontFamily:VDRSymbolsSans;"></div>
+ <div id="mainmenu" style="background:#3366ff;width:80%; position:absolute; left:10%; top:10%; bottom:10%;z-index:520;opacity:0;-webkit-border-radius:50px;font-family:'VDRSymbols Sans';"></div>
<div id="mediaList" style="background:#3366ff;width:80%; position:absolute; left:10%; top:10%; bottom:10%;z-index:520;opacity:0;-webkit-border-radius:50px;"></div>
<div id="switchtimer" style="background:red;width:42%; position:absolute; left:21%; top:26%;z-index:525;opacity:0;"></div>