Issue CC-2063 resolved
This commit is contained in:
parent
c4b632e8ad
commit
ca6fd4b9ee
3 changed files with 16 additions and 5 deletions
BIN
public/css/images/icon_rebroadcast.png
Normal file
BIN
public/css/images/icon_rebroadcast.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
BIN
public/css/images/icon_record.png
Normal file
BIN
public/css/images/icon_record.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
|
@ -825,7 +825,6 @@ div.ui-datepicker {
|
||||||
#schedule_playlist_chosen li > h3 > span.ui-icon.ui-icon-triangle-1-e,
|
#schedule_playlist_chosen li > h3 > span.ui-icon.ui-icon-triangle-1-e,
|
||||||
#schedule_playlist_chosen li > h3 > span.ui-icon.ui-icon-triangle-1-s {
|
#schedule_playlist_chosen li > h3 > span.ui-icon.ui-icon-triangle-1-s {
|
||||||
float:left;
|
float:left;
|
||||||
|
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
#schedule_playlist_chosen li > h3 > span.ui-icon.ui-icon-close {
|
#schedule_playlist_chosen li > h3 > span.ui-icon.ui-icon-close {
|
||||||
|
@ -1474,9 +1473,21 @@ ul.errors li {
|
||||||
margin:-4px 3px -3px 0;
|
margin:-4px 3px -3px 0;
|
||||||
float:right;
|
float:right;
|
||||||
}
|
}
|
||||||
|
|
||||||
.time-flow {
|
.time-flow {
|
||||||
float:right;
|
float:right;
|
||||||
margin-right:4px;
|
margin-right:4px;
|
||||||
|
}
|
||||||
|
.small-icon {
|
||||||
|
display:block;
|
||||||
|
width:21px;
|
||||||
|
height:10px;
|
||||||
|
float:right;
|
||||||
|
margin-left:3px;
|
||||||
|
}
|
||||||
|
.small-icon.recording {
|
||||||
|
background:url(images/icon_record.png) no-repeat 0 0;
|
||||||
|
}
|
||||||
|
.small-icon.rebroadcast {
|
||||||
|
background:url(images/icon_rebroadcast.png) no-repeat 0 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue