over view front side updated:

This commit is contained in:
IMRAN HASSAN 2014-04-14 17:39:40 +00:00
parent 4423686540
commit 41c2cd8db8
4 changed files with 9 additions and 5 deletions

View file

@ -6,7 +6,7 @@
<img class="" src="{getThumb vdetails=$video}" border="1" height="100" width="100"/>
</a>
</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>
</div>
<span class="pull-left"><h5><small>{$video.views} views</small></h5></span>

View file

@ -183,4 +183,5 @@
</div>
</div>
</div>
</div>
</div>
<div style="height:20px"> </div>

View file

@ -11,7 +11,7 @@
<div class="cb-item-thumb">
<img src="{$userquery->avatar($video)}" class="img-circle" />
</div>
<div class="cb-item-title marginBottom">
<div class="cb-item-title marginBottom" style="overflow: hidden;">
{$video.title}
</div>
<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="cb-item-description">
<div class="cb-item-description overflow_hidden" >
<p id="videoDescription">{description($video.description)}</p>
<div class="mtm">
<strong>{lang('Category')}</strong>
@ -56,7 +56,7 @@
</div>
<div class="mtm">
<strong>{lang('Tags')}</strong>
<div>{$vdo.tags|tags:videos}</div>
<div class="overflow_hidden">{$vdo.tags|tags:videos}</div>
</div>
<div class="mtm">

View file

@ -197,6 +197,9 @@ padding-right: 0px;
.nav.navbar-stacked > li > a{
padding: 7px 15px;
}
.overflow_hidden{
overflow: hidden;
}
.dropdown-menu {right:0;min-width:230px;}
.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;}