summaryrefslogtreecommitdiff
path: root/smarttv-client/index.html
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-07-28 17:07:35 +0200
committerthlo <smarttv640@gmail.com>2013-07-28 17:07:35 +0200
commit7e4d335589a3f626b2c2ddf94be46df987e2062e (patch)
tree7b0f454ee074c620f0ccd16972250c454a387afc /smarttv-client/index.html
parenteac34452a22b0cb1bdace1f30265d037d777e07d (diff)
downloadvdr-plugin-smarttvweb-7e4d335589a3f626b2c2ddf94be46df987e2062e.tar.gz
vdr-plugin-smarttvweb-7e4d335589a3f626b2c2ddf94be46df987e2062e.tar.bz2
Fixed HTML Text float around preview_vdr.png and overflow handling (if
image is available).
Diffstat (limited to 'smarttv-client/index.html')
-rwxr-xr-xsmarttv-client/index.html29
1 files changed, 11 insertions, 18 deletions
diff --git a/smarttv-client/index.html b/smarttv-client/index.html
index fb41141..e09df5d 100755
--- a/smarttv-client/index.html
+++ b/smarttv-client/index.html
@@ -114,24 +114,17 @@
</table>
</center>
<div id ="rightHalf">
- <div id="status"></div>
- <div id="description">
- <table style="width: 100%">
- <tr><th id="descTitle" align="left" style="padding-bottom: 10px">
- </th></tr>
- <tr><td id="descProg">
- </td></tr>
- <tr><td id="descStart">
- </td></tr>
- <tr><td id="descDuration">
- </td></tr>
- <tr><td id="descRemaining">
- </td></tr>
- <tr><td>
- <img id="descImg" style="padding-top:20px;margin:4px;" align="right" />
- <p id="descDesc" style="padding-top: 20px; overflow:hidden;"></p>
- </td></tr>
- </table>
+ <div id="status" style="width: 100%"></div>
+ <div id="description" >
+ <div id="descTitle" align="left" style="padding-bottom: 10px;width: 100%"></div>
+ <div id="descProg" style="width: 100%"></div>
+ <div id="descStart" style="width: 100%"></div>
+ <div id="descDuration" style="width: 100%"></div>
+ <div id="descRemaining" style="width: 100%"></div>
+ <div style="width: 100%;" >
+ <img id="descImg" style="padding-top:20px;margin:4px;float:right" />
+ <div id="descDesc" style="width: 100%;padding-top:20px;"></div>
+ </div>
</div>
</div>
<div id="leftHalf">