use font awesome icon for watching channel

This commit is contained in:
Lee Lawlor 2014-07-30 12:04:39 -04:00
parent dcccfb847d
commit d5beb35493
3 changed files with 1 additions and 5 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

View File

@ -536,10 +536,6 @@ height:100%;
padding-right:10px;
}
.watchButtonImage {
float:left;background-position:left;background-image:url('eye.png');background-repeat:no-repeat;width:19px;height:16px;
}
.watchButtonPadding {
padding-right : 5px;
}

View File

@ -3,7 +3,7 @@
<div class="buttonlets padded watchButtonPadding">
<%= check_box_tag 'watch', 1, current_user.watchings.check(current_user.id, @channel.id) %>
<label for="watch" class="watchButtonLabel" >
<div class="watchButtonImage"></div>
<i class="fa fa-eye pull-left"></i>
<div id="watchText" class="watchButtonText">Watch</div>
</label>
</div>