over view front side updated:
This commit is contained in:
parent
4423686540
commit
41c2cd8db8
4 changed files with 9 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
<img class="" src="{getThumb vdetails=$video}" border="1" height="100" width="100"/>
|
<img class="" src="{getThumb vdetails=$video}" border="1" height="100" width="100"/>
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="item_text" style="height: 45px;">
|
<div class="item_text" style="height: 45px; overflow: hidden;">
|
||||||
<a href="{videoLink($video)}">{$video.description|truncate:30}</a>
|
<a href="{videoLink($video)}">{$video.description|truncate:30}</a>
|
||||||
</div>
|
</div>
|
||||||
<span class="pull-left"><h5><small>{$video.views} views</small></h5></span>
|
<span class="pull-left"><h5><small>{$video.views} views</small></h5></span>
|
||||||
|
|
|
@ -183,4 +183,5 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="height:20px"> </div>
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<div class="cb-item-thumb">
|
<div class="cb-item-thumb">
|
||||||
<img src="{$userquery->avatar($video)}" class="img-circle" />
|
<img src="{$userquery->avatar($video)}" class="img-circle" />
|
||||||
</div>
|
</div>
|
||||||
<div class="cb-item-title marginBottom">
|
<div class="cb-item-title marginBottom" style="overflow: hidden;">
|
||||||
{$video.title}
|
{$video.title}
|
||||||
</div>
|
</div>
|
||||||
<div class="cb-item-user">
|
<div class="cb-item-user">
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
|
|
||||||
<div class="col-lg-9 col-md-9 col-sm-12 col-xs-12">
|
<div class="col-lg-9 col-md-9 col-sm-12 col-xs-12">
|
||||||
|
|
||||||
<div class="cb-item-description">
|
<div class="cb-item-description overflow_hidden" >
|
||||||
<p id="videoDescription">{description($video.description)}</p>
|
<p id="videoDescription">{description($video.description)}</p>
|
||||||
<div class="mtm">
|
<div class="mtm">
|
||||||
<strong>{lang('Category')}</strong>
|
<strong>{lang('Category')}</strong>
|
||||||
|
@ -56,7 +56,7 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="mtm">
|
<div class="mtm">
|
||||||
<strong>{lang('Tags')}</strong>
|
<strong>{lang('Tags')}</strong>
|
||||||
<div>{$vdo.tags|tags:videos}</div>
|
<div class="overflow_hidden">{$vdo.tags|tags:videos}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="mtm">
|
<div class="mtm">
|
||||||
|
|
|
@ -197,6 +197,9 @@ padding-right: 0px;
|
||||||
.nav.navbar-stacked > li > a{
|
.nav.navbar-stacked > li > a{
|
||||||
padding: 7px 15px;
|
padding: 7px 15px;
|
||||||
}
|
}
|
||||||
|
.overflow_hidden{
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
.dropdown-menu {right:0;min-width:230px;}
|
.dropdown-menu {right:0;min-width:230px;}
|
||||||
.dropdown-submenu{position:relative;}
|
.dropdown-submenu{position:relative;}
|
||||||
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
|
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
|
||||||
|
|
Loading…
Add table
Reference in a new issue