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