SAAS-833: Radio page UI improvements/fixes
Added width and height to schedule widget iframe tag
This commit is contained in:
parent
1add10c657
commit
9a42c4bf36
|
@ -8,7 +8,7 @@
|
|||
} ?>
|
||||
|
||||
<div id="tab-1" class="schedule tab_content current">
|
||||
<iframe id="schedule_iframe" scrolling="no" frameborder="0" src=<?php echo $this->stationUrl."embed/weekly-program"?>></iframe>
|
||||
<iframe id="schedule_iframe" height="400px" width="770px" scrolling="no" frameborder="0" src=<?php echo $this->stationUrl."embed/weekly-program"?>></iframe>
|
||||
</div>
|
||||
|
||||
<div id="tab-2" class="about_us tab_content">
|
||||
|
|
|
@ -29,17 +29,15 @@ body {
|
|||
#schedule_iframe, .tab_content {
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
/*display: none;*/
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
max-width: 760px;
|
||||
/*width: 760px;*/
|
||||
max-width: 770px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 140px;
|
||||
padding: 10px;
|
||||
padding-left: 0px;
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
margin-left: -380px;
|
||||
/*left: 50%;*/
|
||||
/*margin-left: -380px;*/
|
||||
/* -webkit-transition-delay: 1s;
|
||||
transition-delay: 1s;*/
|
||||
}
|
||||
|
|
|
@ -7,7 +7,6 @@ body {
|
|||
color: #fff;
|
||||
text-align: center;
|
||||
visibility: hidden;
|
||||
width: 100%;
|
||||
max-width: 750px;
|
||||
margin: 0 auto;
|
||||
margin-bottom: 140px;
|
||||
|
|
Loading…
Reference in New Issue