video filters and style updated

quick-list thumb ratio issue fixed
This commit is contained in:
jamilrehman 2016-04-14 17:17:35 +05:00
parent 0990be6581
commit 7ecc27051b
4 changed files with 20 additions and 17 deletions

View file

@ -15,7 +15,11 @@
<div class="dropdown"> <!-- Start of category code -->
<a href="#" class="dropdown-toggle" data-toggle="dropdown">{$catname}<span class="icon-down-arrow"></span></a>
<ul class="dropdown-menu">
<li><a href="{$baseurl}/{if $smarty.const.THIS_PAGE == 'videos'}videos.php{else}channels.php{/if}">All</a></li>
<li>
<div>
<a href="{$baseurl}/{if $smarty.const.THIS_PAGE == 'videos'}videos.php{else}channels.php{/if}">All</a>
</div>
</li>
{$level = '1'}
{foreach from=$categories item=maincat}
<li>
@ -54,7 +58,6 @@
{if $sub3.children}
<ul class="dropdown-menu sub-menu">
{$level = '5'}
<li>{$level}</li>
{foreach from=$sub3.children item=sub4}
<li>
<div>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -586,7 +586,6 @@ h1{
}
.pl_thumb{
width: 144px;
height: 64px;
float: left;
margin-right: 10px;
position: relative;
@ -879,17 +878,8 @@ h1{
display: block;
text-decoration: none;
font-weight: 400;
position: relative;
z-index: 2;
padding:6px 20px 6px 12px;
color: $white;
border-bottom: 1px solid lighten($dropdown-bg,6%);
&:hover,
&.selected,
&.selected:hover{
color: #fff;
background:$bg-theme;
}
}
.filter-dropdowns{
margin: 0 0 16px;
@ -986,17 +976,27 @@ h1{
>div{
position: relative;
z-index: 2;
padding: 0 30px 0 0;
border-bottom: 1px solid lighten($dropdown-bg,6%);
&:hover{
background:$bg-theme;
}
>a{
@extend %dropmenu-anchor;
}
i{
font-size: 10px;
line-height: 20px;
line-height: 22px;
width: 22px;
height: 22px;
padding: 0 7px;
border-radius: 50%;
position: absolute;
z-index: 3;
top: 50%;
right: 10px;
margin: -10px 0 0;
right: 5px;
margin: -11px 0 0;
background: lighten($black,13%);
color: $white;
}
}