yweb: disable horizontal scrolling in screenshot-pages

Origin commit data
------------------
Commit: 01c6cf0104
Author: vanhofen <vanhofen@gmx.de>
Date: 2013-02-04 (Mon, 04 Feb 2013)

Origin message was:
------------------
- yweb: disable horizontal scrolling in screenshot-pages
This commit is contained in:
vanhofen
2013-02-04 15:07:27 +01:00
parent 9b207fadab
commit 921be8d2a6
3 changed files with 16 additions and 4 deletions

View File

@@ -846,3 +846,11 @@ a.timer {
.lt_table td {
white-space: pre-wrap;
}
/* screenshots */
td.shot {
vertical-align: top;
}
img#shot {
width: 100%;
}

View File

@@ -37,8 +37,12 @@ function do_clearshot2(){
</div>
<table cellpadding="0">
<tr>
<td>{=include-block:Y_Blocks.txt;remote=}</td>
<td><img id="shot" src="" {=if-empty:{=full=}~style="width:600px"~=}/></td>
<td>
{=include-block:Y_Blocks.txt;remote=}
</td>
<td class="shot">
<img id="shot" src="" />
</td>
</tr>
</table>
</div>

View File

@@ -1,4 +1,4 @@
version=2.8.0.31
date=19.11.2012
version=2.8.0.32
date=04.02.2013
type=Release
info=Port Coolstream