Add podcast icon to radio page
This commit is contained in:
parent
a35d3ad27c
commit
c476b69958
3 changed files with 8 additions and 0 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 -51px;
|
||||
}
|
||||
|
||||
.bottom_bar .schedule_btn {
|
||||
background: url('img/schedule.png') no-repeat center 0px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue