diff options
Diffstat (limited to 'smarttv-client/index.html')
-rwxr-xr-x | smarttv-client/index.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/smarttv-client/index.html b/smarttv-client/index.html index d39b109..fb41141 100755 --- a/smarttv-client/index.html +++ b/smarttv-client/index.html @@ -116,7 +116,7 @@ <div id ="rightHalf">
<div id="status"></div>
<div id="description">
- <table style="width: 90%">
+ <table style="width: 100%">
<tr><th id="descTitle" align="left" style="padding-bottom: 10px">
</th></tr>
<tr><td id="descProg">
@@ -127,7 +127,9 @@ </td></tr>
<tr><td id="descRemaining">
</td></tr>
- <tr><td id="descDesc" style="padding-top: 20px; overflow:hidden; ">
+ <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>
|