Merge branch 'saas-dev-publishing' into saas-dev-publishing-episode-view
This commit is contained in:
commit
901ded1441
5 changed files with 55 additions and 21 deletions
BIN
airtime_mvc/public/css/radio-page/img/podcast.png
Normal file
BIN
airtime_mvc/public/css/radio-page/img/podcast.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
airtime_mvc/public/css/radio-page/img/rss.png
Normal file
BIN
airtime_mvc/public/css/radio-page/img/rss.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
|
@ -71,6 +71,14 @@ body {
|
|||
float: right;
|
||||
}
|
||||
|
||||
.bottom_bar .station_rss_btn {
|
||||
background: url('img/podcast.png') no-repeat center 0px;
|
||||
}
|
||||
|
||||
.bottom_bar .station_rss_btn.current {
|
||||
background: url('img/podcast.png') no-repeat center -50px;
|
||||
}
|
||||
|
||||
.bottom_bar .schedule_btn {
|
||||
background: url('img/schedule.png') no-repeat center 0px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue