CC-5127: Library -> Scheduled and Playlist columns needs better icon
Changed icon Renamed Playlist to Playlist / Block
This commit is contained in:
parent
dc664ad9ff
commit
5bf91d513d
38 changed files with 34392 additions and 34529 deletions
BIN
airtime_mvc/public/css/images/is_playlist.png
Normal file
BIN
airtime_mvc/public/css/images/is_playlist.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 801 B |
BIN
airtime_mvc/public/css/images/is_scheduled.png
Normal file
BIN
airtime_mvc/public/css/images/is_scheduled.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 543 B |
|
@ -2006,6 +2006,14 @@ span.errors.sp-errors{
|
|||
.small-icon.show-partial-filled, .small-icon.media-item-in-use {
|
||||
background:url(images/icon_alert_cal_alt2.png) no-repeat 0 0;
|
||||
}
|
||||
.small-icon.is_scheduled {
|
||||
background:url(images/is_scheduled.png) no-repeat 0 0;
|
||||
height: 16px !important;
|
||||
}
|
||||
.small-icon.is_playlist {
|
||||
background:url(images/is_playlist.png) no-repeat 0 0;
|
||||
height: 16px !important;
|
||||
}
|
||||
.medium-icon {
|
||||
display:block;
|
||||
width:25px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue