parent
507268a563
commit
0c4888fbd6
|
@ -17,8 +17,8 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="tab-1" class="schedule tab_content current">
|
<div id="tab-1" class="schedule tab_content current">
|
||||||
<?php echo $this->action('weekly-program','embed', 'default', array('style' => 'premium', 'useiframe' => '1')); ?>
|
<?php //echo $this->action('weekly-program','embed', 'default', array('style' => 'premium', 'useiframe' => '1')); ?>
|
||||||
<!--<iframe id="schedule_iframe" height="300px" scrolling="no" frameborder="0" src=<?php /*echo $this->stationUrl."embed/weekly-program?style=premium"*/?>></iframe>-->
|
<iframe id="schedule_iframe" height="500px" scrolling="no" frameborder="0" src=<?php echo $this->stationUrl."embed/weekly-program?style=premium"?>></iframe>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -68,7 +68,9 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.schedule.current .schedule_content {
|
.schedule.current .schedule_content {
|
||||||
height: 70%;
|
/*height: 50%;
|
||||||
|
overflow-y: auto;*/
|
||||||
|
max-height: 700px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ html {
|
||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
overflow-y: hidden;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.bck_cover {
|
.bck_cover {
|
||||||
|
|
Loading…
Reference in New Issue