Unbreak the design from my last commit

This commit is contained in:
Albert Santoni 2015-06-11 15:09:44 -04:00
parent 505d6fbc57
commit 980e2ad767
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@
<iframe id="schedule_iframe" height="400px" scrolling="no" frameborder="0" src=<?php echo $this->stationUrl."embed/weekly-program?style=premium"?>></iframe> <iframe id="schedule_iframe" height="400px" scrolling="no" frameborder="0" src=<?php echo $this->stationUrl."embed/weekly-program?style=premium"?>></iframe>
</div> </div>
<div id="tab-2" class="about_us tab_content"> <div id="tab-2" class="about_us tab_content">
<h1><?php echo $this->stationName ?></h1> <h1><?php echo $this->stationName ?></h1>
<p><?php echo $this->stationDescription ?></p> <p><?php echo $this->stationDescription ?></p>

View File

@ -70,6 +70,7 @@ body {
background: rgba(53, 53, 53, 0.9); background: rgba(53, 53, 53, 0.9);
max-height: 0px; max-height: 0px;
transition: max-height 2s ease; transition: max-height 2s ease;
height: 290px;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden; overflow-x: hidden;
@ -78,6 +79,7 @@ body {
} }
.schedule.current .schedule_content { .schedule.current .schedule_content {
max-height: 290px;
} }
.tab_content.current ul { .tab_content.current ul {