mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 13:49:56 +09:00
Fix #879 align multimedia search results to the left
This commit is contained in:
parent
73c09ce876
commit
c714c3629a
3 changed files with 6 additions and 6 deletions
|
|
@ -5,10 +5,10 @@
|
|||
<!--@if(!count($output->data))-->
|
||||
<span class="noResult">{$lang->msg_no_result}</span>
|
||||
<!--@else-->
|
||||
<ul class="searchImageResult">
|
||||
<ul class="searchResult">
|
||||
<!--@foreach($output->data as $no => $image)-->
|
||||
<li>
|
||||
<a href="{$image->url}">{$image->src}</a>
|
||||
<a href="{$image->url}" onclick="window.open(this.href);return false;">{$image->src}</a>
|
||||
<dl>
|
||||
<dt><a href="{$image->url}">{$image->filename}</a></dt>
|
||||
</dl>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue