over view front side updated:

This commit is contained in:
IMRAN HASSAN 2014-04-14 09:59:48 +00:00
parent 88da5e109e
commit 417cca437d
6 changed files with 29 additions and 24 deletions

View file

@ -3,7 +3,9 @@
<div class="show-image">
<div class="col-md-4 col-sm-4 col-xs-6" style="padding-right: 0px">
<a href="{$cbcollection->collection_links($collection,'view')}">
<span class="CollectionName" id="collection" ><p class="CollectionP"><b>{$collection.collection_name|truncate:30}</b></p> <br><p class="CollectionP1">{$collection.total_objects} {$collection.type}</p></span>
<span class="CollectionName" id="collection" >
<div align="center" class="CollectionP"><b>{$collection.collection_name|truncate:30}</b></div> <div align="center" class="CollectionP1">{$collection.total_objects} {$collection.type}</div>
</span>
<img src="{$cbcollection->get_thumb($collection,'small',TRUE)}" class="loading"/>
</a>

View file

@ -17,11 +17,11 @@
<!--</li>-->
<!--{/foreach}-->
<!--</ul>-->
<div class="col-md-13 CollectionSidebar">
<div class="col-md-12 CollectionSidebar">
{include file="$style_dir/blocks/category_list.html" type='collections'}
</div>
<div class="col-md-9">
<div class="row">
{assign var=sorting_links value=sorting_links()}
<h4 class="smaller lighter pull-left">Browsing All Collections: </h4>
<div class="photopadding col-md-8">
@ -98,9 +98,15 @@
{lang code='no_results_found'}
{/section}
</div>
<!--Pagination-->
<div class="clearfix"></div>
<div align="center">
{include file="$style_dir/blocks/pagination.html"}
</div>
<!-- /Pagination-->
</div>
{include file="$style_dir/blocks/pagination.html"}
</div>
{*include file="$style_dir/blocks/pagination.html"*}
</div>
</div>
</div>

View file

@ -89,7 +89,7 @@
{include file="$style_dir/blocks/photo.html" photo=$photos[p_list]}
{$counter=$counter+1}
{sectionelse}
{lang code='no_results_found'}
<div class="col-md-10 ">{lang code='no_results_found'}</div>
{/section}
</div>
<div class="col-md-2 pull-right">

View file

@ -65,7 +65,7 @@
<div class="clearfix"></div>
<br><br>
<div class="row">
<div class="col-md-6">
<div class="col-md-7 view_chnl">
<div id="cb_player" class="">
{FlashPlayer vdetails=$firstVideo width='100%' height='355px'}
</div>
@ -87,7 +87,7 @@
</div>
</div>
<div class="col-md-6">
<div class="col-md-5">
<h4><i class="icon-rss"></i> Recent Activities</h4>
<hr class="hr">
<div id="content_1" class="content">

View file

@ -982,7 +982,7 @@ footer {
.content{margin:0px; width:550px; height:391px; padding:0px; overflow:auto; background:#ffffff; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.content{margin:0px; height:391px; padding:0px; overflow:auto; background:#ffffff; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.content p:nth-child(even){color:#ffffff; font-family:Georgia,serif; font-size:17px; font-style:italic;}
@ -1486,6 +1486,9 @@ height: 300px !important;
.side_user_home .user_icon{
position:absolute; top: 25%; right:5px;
}
.view_chnl #cb_player #cont{
width: 100%;
}
.thumbnail_new {
width: 260px;

View file

@ -1945,7 +1945,7 @@ footer {
}
.content{margin:0px; width:550px; height:500px; padding:0px; overflow:auto; background:#ffffff; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.content{margin:0px; height:500px; padding:0px; overflow:auto; background:#ffffff; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;}
.content p:nth-child(even){color:#ffffff; font-family:Georgia,serif; font-size:17px; font-style:italic;}
@ -2740,17 +2740,17 @@ a:hover {
.CollectionName {
background-color: #000000;
color: #ffffff;
color: #FFFFFF;
display: none;
font-family: cursive;
font-size: 13px;
padding-left: 8px;
left: 19px;
opacity: 0.7;
position: absolute;
top: 4px;
left: 20px;
width: 266px;
height: 166px;
display: none;
width: 93%;
padding-bottom: 22%;
padding-top: 21%;
}
.CollectionSidebar {
@ -2758,19 +2758,13 @@ a:hover {
}
.CollectionP {
position: absolute;
top: 50px;
left: 54px;
right: 0px;
font-family: sans-serif;
font-size: 20px;
}
.CollectionP1 {
position: absolute;
top: 76px;
left: 92px;
right: 0px;
font-family: sans-serif;
}