mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-02-01 17:49:58 +09:00
issueTracker 기본 스킨의 다운로드 부분 잘못 매칭된 CSS 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6649 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
1789ad6e94
commit
efc5a5c285
2 changed files with 3 additions and 16 deletions
|
|
@ -43,7 +43,7 @@
|
|||
<!--@end-->
|
||||
<tr>
|
||||
<th>{$lang->uploaded_file}</th>
|
||||
<td>
|
||||
<td class="attachedFile">
|
||||
<ul class="files">
|
||||
<!--@foreach($v->files as $file)-->
|
||||
<li><a href="{$file->download_url}" onmouseover="jQuery(this).find('.bubble').css('display','block');" onmouseout="jQuery(this).find('.bubble').css('display','none');">{$file->source_filename} <span class="bubble">[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]<!--@if($file->comment)--><br/>{htmlspecialchars($file->comment)}<!--@end--></span></a></li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue