search: no result found styled
Video duration width issue fixed
This commit is contained in:
parent
0953dc804d
commit
f538d993e9
4 changed files with 15 additions and 18 deletions
|
@ -6,16 +6,18 @@
|
|||
{AD place='ad_728x90'}
|
||||
</div>
|
||||
<h1>{$search_type_title}</h1>
|
||||
{if $results}
|
||||
<div class="clearfix row">
|
||||
{if $results}
|
||||
{foreach item=result from=$results}
|
||||
{assign var=$template_var value =$result}
|
||||
{include file="$display_template" }
|
||||
{/foreach}
|
||||
{else}
|
||||
{lang code='no_results_found'}
|
||||
{/if}
|
||||
{foreach item=result from=$results}
|
||||
{assign var=$template_var value =$result}
|
||||
{include file="$display_template" }
|
||||
{/foreach}
|
||||
</div>
|
||||
{else}
|
||||
<div class="clearfix well">
|
||||
{lang code='no_results_found'}
|
||||
</div>
|
||||
{/if}
|
||||
{include file="$style_dir/blocks/pagination.html"}
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
@ -467,7 +467,7 @@ h1 {
|
|||
color: #fff;
|
||||
text-align: center;
|
||||
height: 16px;
|
||||
width: 34px;
|
||||
min-width: 34px;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
z-index: 2;
|
||||
|
@ -1323,9 +1323,7 @@ h1 {
|
|||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin: 0 10px 0 0; }
|
||||
.rating .like-dislike.likes {
|
||||
color: #0080b4; }
|
||||
.rating .like-dislike.likes a {
|
||||
.rating .like-dislike a:hover {
|
||||
color: #0080b4; }
|
||||
.rating .like-error {
|
||||
display: block; }
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -209,7 +209,7 @@ h1{
|
|||
color:$white;
|
||||
text-align: center;
|
||||
height: 16px;
|
||||
width: 34px;
|
||||
min-width: 34px;
|
||||
bottom: 5px;
|
||||
right: 5px;
|
||||
z-index: 2;
|
||||
|
@ -1157,10 +1157,7 @@ h1{
|
|||
@include vertical-middle();
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
}
|
||||
&.likes{
|
||||
color: $blue;
|
||||
a{
|
||||
&:hover{
|
||||
color: $blue;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue