mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
- yweb: disable horizontal scrolling in screenshot-pages
This commit is contained in:
@@ -846,3 +846,11 @@ a.timer {
|
|||||||
.lt_table td {
|
.lt_table td {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* screenshots */
|
||||||
|
td.shot {
|
||||||
|
vertical-align: top;
|
||||||
|
}
|
||||||
|
img#shot {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
@@ -37,8 +37,12 @@ function do_clearshot2(){
|
|||||||
</div>
|
</div>
|
||||||
<table cellpadding="0">
|
<table cellpadding="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td>{=include-block:Y_Blocks.txt;remote=}</td>
|
<td>
|
||||||
<td><img id="shot" src="" {=if-empty:{=full=}~style="width:600px"~=}/></td>
|
{=include-block:Y_Blocks.txt;remote=}
|
||||||
|
</td>
|
||||||
|
<td class="shot">
|
||||||
|
<img id="shot" src="" />
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
version=2.8.0.31
|
version=2.8.0.32
|
||||||
date=19.11.2012
|
date=04.02.2013
|
||||||
type=Release
|
type=Release
|
||||||
info=Port Coolstream
|
info=Port Coolstream
|
||||||
|
Reference in New Issue
Block a user