Display "Add Channel" thumbnail button in admin for Default Channels for visual's sake

This commit is contained in:
SQ 2013-12-18 21:49:55 -05:00
parent 52cdd6398b
commit 9b32ff787e
2 changed files with 12 additions and 0 deletions

View File

@ -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);

View File

@ -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
*