mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-18 10:51:07 +02:00
yWeb: try to remove horizontal scrollbars from bouquet list
Origin commit data
------------------
Branch: ni/coolstream
Commit: f188db70cb
Author: vanhofen <vanhofen@gmx.de>
Date: 2023-02-19 (Sun, 19 Feb 2023)
Origin message was:
------------------
- yWeb: try to remove horizontal scrollbars from bouquet list
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
{=include-block:Y_Blocks.txt;head=}
|
||||
<style>
|
||||
.work_box_body {
|
||||
padding-right: 0;
|
||||
}
|
||||
</style>
|
||||
{=include-block:Y_Blocks.txt;head_close=}
|
||||
<body>
|
||||
<div class="work_box">
|
||||
@@ -7,13 +12,13 @@
|
||||
<div class="work_box_body">
|
||||
<iframe src="Y_Boxcontrol_Bouquetlist.yhtm?bouquet=#akt"
|
||||
scrolling="auto" marginheight="1" marginwidth="1" frameborder="0" name="bouquets"
|
||||
style="height: 600px; width: 24%;">
|
||||
style="height: 600px; width: 24%; float: left;">
|
||||
</iframe>
|
||||
<iframe src="Y_Boxcontrol_Channellist.yhtm?bouquet={=func:get_actual_bouquet_number=}"
|
||||
scrolling="auto" marginheight="1" marginwidth="1" frameborder="0" name="content"
|
||||
style="height: 600px; width: 74%;">
|
||||
style="height: 600px; width: 76%; float: right;">
|
||||
</iframe>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user