Home page Updated.

This commit is contained in:
IMRAN HASSAN 2014-04-09 11:44:30 +00:00
parent 2db2ef0bde
commit 2f86bf0058
2 changed files with 5 additions and 2 deletions

View file

@ -216,7 +216,7 @@
<!-- *********** FIRST PHOTOS START ************ //--> <!-- *********** FIRST PHOTOS START ************ //-->
<div class="col-md-12 fill-background" style="display:block; height:320px; padding:5px;"> <div class="col-md-12 fill-background" style="display:block; height:320px; padding:5px;">
<div class="col-md-8" style="display:block; height:320px; border:1px solid #CCC; padding:10px;"> <div class="col-md-8 big_img" style="display:block; height:320px; border:1px solid #CCC; padding:10px;">
{foreach from=$result_photos1_01 item=result_photo1_01} {foreach from=$result_photos1_01 item=result_photo1_01}
<a href="{$cbphoto->photo_links($result_photo1_01,'view_item')}"> <a href="{$cbphoto->photo_links($result_photo1_01,'view_item')}">
{get_photo details=$result_photo1_01 output='html' width="545" height="300" size="l" class="cb_img_thum"} {get_photo details=$result_photo1_01 output='html' width="545" height="300" size="l" class="cb_img_thum"}
@ -250,7 +250,7 @@
{/foreach} {/foreach}
</div> </div>
<div class="col-md-8" style="display:block; height:320px; border:1px solid #CCC; padding:10px;"> <div class="col-md-8 big_img" style="display:block; height:320px; border:1px solid #CCC; padding:10px;">
{foreach from=$result_photos2_01 item=result_photo2_01} {foreach from=$result_photos2_01 item=result_photo2_01}
<a href="{$cbphoto->photo_links($result_photo2_01,'view_item')}"> <a href="{$cbphoto->photo_links($result_photo2_01,'view_item')}">
{get_photo details=$result_photo2_01 output='html' width="545" height="300" size="l" class="cb_img_thum"} {get_photo details=$result_photo2_01 output='html' width="545" height="300" size="l" class="cb_img_thum"}

View file

@ -1457,3 +1457,6 @@ ul#myTab_home li:first-child {
ul#myTab_home li:first-child + li { ul#myTab_home li:first-child + li {
padding-left: 20px; padding-left: 20px;
} }
.big_img img{
height: 300px !important;
}