photo search result size improved
This commit is contained in:
parent
786cea3f85
commit
3e0b1909dd
3 changed files with 5 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
{if $display_type == ""}
|
{if $display_type == ""}
|
||||||
<div>
|
<div class="col-lg-10 col-md-10 col-sm-10 col-xs-12">
|
||||||
<!--<span class="photoname" id="avatar1_file" style="height: 45px; overflow: hidden;" >{$photo.photo_title|truncate:30}</span>-->
|
<!--<span class="photoname" id="avatar1_file" style="height: 45px; overflow: hidden;" >{$photo.photo_title|truncate:30}</span>-->
|
||||||
|
|
||||||
<a class="searchresult-photo" href="{$cbphoto->photo_links($photo,'view_item')}" title="Tolpis barbata (mariluzpicado)">
|
<a class="searchresult-photo" href="{$cbphoto->photo_links($photo,'view_item')}" title="Tolpis barbata (mariluzpicado)">
|
||||||
|
|
|
@ -71,7 +71,7 @@
|
||||||
</div>/.container-fluid
|
</div>/.container-fluid
|
||||||
</nav> -->
|
</nav> -->
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-lg-5 col-md-5 col-sm-5 col-xs-8">
|
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-12">
|
||||||
<div class="heading">{$search_type_title}</div>
|
<div class="heading">{$search_type_title}</div>
|
||||||
<hr>
|
<hr>
|
||||||
{$display_template}
|
{$display_template}
|
||||||
|
|
|
@ -1220,11 +1220,12 @@ a:hover {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.searchresult-photo{
|
.searchresult-photo{
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
position: relative;
|
position: relative;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
}
|
}
|
||||||
|
.searchresult-photo img{
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.photoname {
|
.photoname {
|
||||||
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
|
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
|
||||||
color: #FFFFFF;
|
color: #FFFFFF;
|
||||||
|
|
Loading…
Add table
Reference in a new issue