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:
vanhofen
2023-02-19 22:30:08 +01:00
parent 3ee0902f36
commit 08ec035090
8 changed files with 94 additions and 67 deletions

View File

@@ -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>