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
3 changed files with 5 additions and 8 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue