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 {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
/* screenshots */
|
||||
td.shot {
|
||||
vertical-align: top;
|
||||
}
|
||||
img#shot {
|
||||
width: 100%;
|
||||
}
|
||||
|
@@ -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>
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user