CC-4154L: Indicate whether a show has scheduled content on the calendar page
-done
This commit is contained in:
parent
975abbaf10
commit
550c97a2dc
3 changed files with 64 additions and 2 deletions
|
@ -1722,17 +1722,21 @@ div.errors{
|
|||
}
|
||||
.small-icon.recording {
|
||||
background:url(images/icon_record.png) no-repeat 0 0;
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
.small-icon.rebroadcast {
|
||||
background:url(images/icon_rebroadcast.png) no-repeat 0 0;
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
.small-icon.soundcloud {
|
||||
background:url(images/icon_soundcloud.png) no-repeat 0 0;
|
||||
width:21px;
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
.small-icon.sc-error {
|
||||
background:url(images/icon_soundcloud_error2.png) no-repeat 0 0;
|
||||
width:21px;
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
.small-icon.progress {
|
||||
background:url(images/upload-icon.gif) no-repeat;
|
||||
|
@ -1741,6 +1745,7 @@ div.errors{
|
|||
border-radius:2px;
|
||||
-webkit-border-radius:2px;
|
||||
-moz-border-radius:2px;
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
.small-icon.alert {
|
||||
background:url(images/icon_alert.png) no-repeat;
|
||||
|
@ -1749,6 +1754,11 @@ div.errors{
|
|||
margin-right:3px;
|
||||
margin-left:1px;
|
||||
}
|
||||
.small-icon.show-empty {
|
||||
background:url(redmond/images/ui-icons_ff5d1a_256x240.png) no-repeat 0 -144px;
|
||||
width: 16px;
|
||||
margin-top: 0px !important;
|
||||
}
|
||||
.medium-icon {
|
||||
display:block;
|
||||
width:25px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue