updated: view collection (videos)

This commit is contained in:
Fahad Abbas 2015-05-27 09:30:29 +00:00
parent 724255721f
commit bee6dfb816
2 changed files with 9 additions and 5 deletions

View file

@ -75,18 +75,18 @@
<div class="collectItemBox relative">
{if $type == "videos"}
<div class="the_item col-md-2 col-lg-2 col-sm-4 col-xs-6">
<div class="onePhotoContainer">
<div class="the_item"> <!--col-md-2 col-lg-2 col-sm-4 col-xs-6-->
<div class="onePhotoContainer oneVideoContainer">
<div class="onePhotoTitle">
<a href="{$cbphoto->photo_links($object,'view_item')}">{$object.video_title|truncate:15}</a>
<a href="{$cbphoto->photo_links($object,'view_item')}">{$object.title|truncate:15}</a>
</div>
<a class="CollectThumb" href="{$cbphoto->photo_links($object,'view_item')}">
<a class="CollectThumb" href="{$cbphoto->photo_links($object,'view_item')}">
<img src="{getThumb vdetails=$object}" alt="{$object.title}" />
</a>
</div>
</div>
{/if}
{if $type == "photos"}
<div class="show-image mouse_hover">

View file

@ -166,6 +166,10 @@ ul{
text-decoration: none;
}
.oneVideoContainer{
height:200px !important;
}
.userInfoOnOnePhoto a{
display: block;
}