diff options
author | thlo <smarttv640@gmail.com> | 2013-02-10 21:02:26 +0100 |
---|---|---|
committer | thlo <t.lohmar@gmx.de> | 2013-02-10 21:02:26 +0100 |
commit | 3b053722baf9e94469e8a602237ce1c2014b32fc (patch) | |
tree | d72e3f37c11453644be7b30532b23d60c2104353 /smarttv-client/CSS | |
parent | 650ccf90bf30c3c58d03757c1bbea1a648ae7cf9 (diff) | |
download | vdr-plugin-smarttvweb-3b053722baf9e94469e8a602237ce1c2014b32fc.tar.gz vdr-plugin-smarttvweb-3b053722baf9e94469e8a602237ce1c2014b32fc.tar.bz2 |
Use time requests for playback while recording.
Use pdl for completed recordings.
Trickplay during recording.
Keep aspect ratio.
Navigation fixes.
Diffstat (limited to 'smarttv-client/CSS')
-rwxr-xr-x | smarttv-client/CSS/Main.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smarttv-client/CSS/Main.css b/smarttv-client/CSS/Main.css index 5b8f829..b733c20 100755 --- a/smarttv-client/CSS/Main.css +++ b/smarttv-client/CSS/Main.css @@ -130,6 +130,9 @@ body { padding-right:20px;
background-color: rgba(0,0,0,0.5);
z-index:20;
+ overflow:hidden;
+ text-overflow: ellipsis;
+ white-space : nowrap;
}
|