Adding add channel button image

This commit is contained in:
Dean Putney 2013-10-28 12:27:39 -07:00
parent 7f8ec403b6
commit 07fe2e25ec
3 changed files with 5 additions and 1 deletions

View File

@ -57,7 +57,7 @@ function addEdit($type) {
function jsonForAjax($arr) {
// Only return JSON for AJAX POSTs
if ($_POST['ajax']) {
if (isset($_POST['ajax'])) {
echo json_encode($arr);
die();
}

View File

@ -485,6 +485,10 @@ input.add-channel {
-webkit-transition: border 0.1s;
}
#add-channel-button .thumbnail {
background-image:url(../img/addChannel.jpg);
}
.channels .channel.loading {
background: none;
}

BIN
img/addChannel.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB