diff options
author | M. Voerman <rekordc@gmail.com> | 2014-11-23 22:14:04 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2014-11-23 22:14:04 +0100 |
commit | 835a3a3d227e49b7619db208c5aeaef7764491c4 (patch) | |
tree | a52f7e15c2b37383a3476f12ae159893e65842bc /skins | |
parent | 54f6333c3f91e32390d8a38fc3465986da51ed62 (diff) | |
download | vdr-vipclient-835a3a3d227e49b7619db208c5aeaef7764491c4.tar.gz vdr-vipclient-835a3a3d227e49b7619db208c5aeaef7764491c4.tar.bz2 |
update skin
added NYX keys
added switch to turn rec key off
Diffstat (limited to 'skins')
-rw-r--r-- | skins/blue.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/skins/blue.css b/skins/blue.css index 1e1e6da..165d5ee 100644 --- a/skins/blue.css +++ b/skins/blue.css @@ -570,6 +570,15 @@ top : 20%; } + div#osdlogo { + z-index : 505; + position : absolute; + width : 10%; + height : 30%; + left : 4%; + top : 55%; + } + div#channellist { z-index : 400; position : absolute; |