SAAS-833: Radio page UI improvements/fixes

Undo some previous css changes
This commit is contained in:
drigato 2015-06-03 09:38:07 -04:00
parent 9a42c4bf36
commit 3bf6619696
3 changed files with 5 additions and 5 deletions

View file

@ -29,15 +29,15 @@ body {
#schedule_iframe, .tab_content {
color: #fff;
text-align: center;
/*width: 760px;*/
width: 770px;
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;*/
}