SAAS-1148: Add station podcast to Radio Page
Skeleton is done. Download link works. Play link not yet done.
This commit is contained in:
parent
7f05d5c05e
commit
73e7e6e021
4 changed files with 26 additions and 5 deletions
|
@ -39,7 +39,7 @@ body {
|
|||
.on_air {
|
||||
display: inline-block;
|
||||
margin-left: 40px;
|
||||
width: 65%
|
||||
width: 55%
|
||||
}
|
||||
|
||||
.bottom_bar p.now_playing {
|
||||
|
@ -98,25 +98,25 @@ body {
|
|||
|
||||
@media (max-width: 1230px) {
|
||||
.on_air {
|
||||
width: 60%;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1075px) {
|
||||
.on_air {
|
||||
width: 55%;
|
||||
width: 40%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 960px) {
|
||||
.on_air {
|
||||
width: 50%;
|
||||
width: 35%;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 850px) {
|
||||
.on_air {
|
||||
width: 45%;
|
||||
width: 30%;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -116,6 +116,10 @@ span.login-img {
|
|||
font-weight: 300;
|
||||
}
|
||||
|
||||
.station_rss {
|
||||
background-color: #363636;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
color: #fff;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue