Fix up title scaling on Radio Page
This commit is contained in:
parent
8ba7a5dbe9
commit
9ddb33f2cd
|
@ -56,12 +56,12 @@
|
|||
if ($this->displayRssTab) {?>
|
||||
<div id="tab-4" class="podcast tab_content">
|
||||
<div class="rss-title-wrapper">
|
||||
<div id="rss-title">
|
||||
<?php echo $this->podcastTitle ?>
|
||||
</div>
|
||||
<div id="rss-subscribe">
|
||||
<a target="_blank" href="<?php echo $this->stationPodcastRssUrl ?>" class="rss_icon"><span>Subscribe </span><img src="css/radio-page/img/rss.png"></a>
|
||||
</div>
|
||||
<div id="rss-title">
|
||||
<?php echo $this->podcastTitle ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="jquery_jplayer_1" class="jp-player">
|
||||
|
|
|
@ -147,13 +147,12 @@ span.login-img {
|
|||
padding: 10px;
|
||||
}
|
||||
#rss-title {
|
||||
float:left;
|
||||
width:60%;
|
||||
text-align:right;
|
||||
text-align:left;
|
||||
font-size: 28px;
|
||||
font-weight: 300;
|
||||
}
|
||||
#rss-subscribe {
|
||||
float: right;
|
||||
overflow:hidden;
|
||||
text-align: right;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue