Skip to content
This repository has been archived by the owner on Sep 18, 2018. It is now read-only.

Commit

Permalink
Display "Add Channel" thumbnail button in admin for Default Channels …
Browse files Browse the repository at this point in the history
…for visual's sake
  • Loading branch information
excuses committed Dec 19, 2013
1 parent 52cdd63 commit 9b32ff7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/index.php
Expand Up @@ -598,6 +598,10 @@
</div>

<div class="channels clearfix">
<li id="add-channel-button" class="channel col-lg-3">
<div class="thumbnail"></div>
<span class="name">Add Channel</span>
</li>
<ul class="list-unstyled">
<?php
$default_channels = json_decode($settings->default_channels);
Expand Down
8 changes: 8 additions & 0 deletions admin/style.css
Expand Up @@ -333,6 +333,14 @@ div.show-videos ol.videos {
display: inline;
}

#add-channel-button, #add-channel-button .name {
cursor: default !important;
}

#add-channel-button .name {
border: none !important;
}

/*!
* Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
*
Expand Down

0 comments on commit 9b32ff7

Please sign in to comment.