mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
issuetracker IE6 에서 오동작하는 기본 스킨 css 및 기능 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6557 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
fd8f090c6b
commit
f77dd9f73e
5 changed files with 16 additions and 24 deletions
|
|
@ -10,7 +10,7 @@
|
|||
.buttonOfficial{ background-position:left top; margin-right:4px;}
|
||||
.buttonOfficial span,
|
||||
.buttonOfficial input,
|
||||
.buttonOfficial button{ left:4px; background-position:right top; padding:0 8px 0 4px;}
|
||||
.buttonOfficial button{ left:4px; background-position:right top; padding:0 8px 0 4px; white-space:nowrap;}
|
||||
|
||||
a.buttonOfficial{ _margin-top:-1px;}
|
||||
a.buttonOfficial span{ _vertical-align:top;}
|
||||
a.buttonOfficial span{ _vertical-align:top;}
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@
|
|||
.issuetrackerSearchForm .inputText{ width:140px; height:15px; padding:4px 4px 2px 4px; font-size:12px; *margin:-1px 0;}
|
||||
.issuetrackerSearchForm ul.searchOption { list-style:none; margin:0 auto; padding:0; margin:0; }
|
||||
.issuetrackerSearchForm ul.searchOption li { display:inline; position:relative;}
|
||||
.issuetrackerSearchForm ul.searchOption ul { list-style:none; padding:3px; margin:0; position:absolute; left:0; top:23px; border:1px solid #aaa; background-color:#fff; z-index:5; }
|
||||
.issuetrackerSearchForm ul.searchOption ul { list-style:none; padding:3px; margin:0; position:absolute; left:0; top:25px; border:1px solid #aaa; background-color:#fff; z-index:5; }
|
||||
.issuetrackerSearchForm ul.searchOption ul.hide { display:none;}
|
||||
.issuetrackerSearchForm ul.searchOption ul li { display:block; white-space:nowrap; text-align:left; margin:5px; }
|
||||
|
||||
|
|
@ -282,7 +282,7 @@
|
|||
.feedbackList .item .secretMessage dd .inputText{ padding:3px 4px; height:15px; vertical-align:middle; margin-right:5px;}
|
||||
|
||||
/* Attached File */
|
||||
.attachedFile { position:relative; margin:1em 0 !important; float:left;}
|
||||
.attachedFile { position:relative; margin:1em 0 !important; float:left; width:100%;}
|
||||
.feedbackList .item .itemContent .attachedFile{ float:left; margin-top:0; *margin-top:1em; _margin-top:0;}
|
||||
.attachedFile *{ margin:0; padding:0; font-size:11px; vertical-align:middle;}
|
||||
.attachedFile dt img{ margin-right:10px;}
|
||||
|
|
@ -294,18 +294,12 @@
|
|||
.attachedFile ul.files li{ position:relative; margin:0 10px 0 0;}
|
||||
.attachedFile ul.files a{ position:relative; background-repeat:no-repeat; background-position:left center; *zoom:1; text-decoration:none !important;}
|
||||
.attachedFile ul.files a .bubble{ display:none; position:absolute; top:-20px; left:0; padding:2px 5px; z-index:100; white-space:nowrap;}
|
||||
.attachedFile ul.files a:hover .bubble,
|
||||
.attachedFile ul.files a:active .bubble,
|
||||
.attachedFile ul.files a:focus .bubble{ display:block;}
|
||||
|
||||
ul.files { position:relative; margin:0 0 1em 0; padding:0; clear:both; list-style:none;}
|
||||
ul.files *{ display:inline-block; *display:inline; padding:0; margin:0; font-size:11px;}
|
||||
ul.files li{ position:relative; margin:0 10px 0 0;}
|
||||
ul.files a{ position:relative; background-repeat:no-repeat; background-position:left center; *zoom:1; text-decoration:none !important;}
|
||||
ul.files a .bubble{ display:none; position:absolute; top:-20px; left:0; padding:2px 5px; z-index:100; white-space:nowrap; background-color:#fff; border:1px solid #ccc;}
|
||||
ul.files a:hover .bubble,
|
||||
ul.files a:active .bubble,
|
||||
ul.files a:focus .bubble{ display:block;}
|
||||
|
||||
/* Board Write */
|
||||
.issuetrackerWrite *{ margin:0; padding:0;}
|
||||
|
|
|
|||
|
|
@ -46,7 +46,7 @@
|
|||
<td>
|
||||
<ul class="files">
|
||||
<!--@foreach($v->files as $file)-->
|
||||
<li><a href="{$file->download_url}">{$file->source_filename} <span class="bubble">[File Size:{FileHandler::filesize($file->file_size)}/Download:{number_format($file->download_count)}]</span></a></li>
|
||||
<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)}]</span></a></li>
|
||||
<!--@end-->
|
||||
</ul>
|
||||
</td>
|
||||
|
|
|
|||
|
|
@ -175,11 +175,9 @@
|
|||
<a href="#" onclick="jQuery('.listSetup').toggleClass('hide');jQuery('.searchSetup').addClass('hide'); return false;"><img src="./img/common/iconListSetup.gif" alt="{$lang->cmd_setup}" width="23" height="23" /></a>
|
||||
<ul class="listSetup hide">
|
||||
<li class="displayOpt">
|
||||
<ol>
|
||||
<!--@foreach($display_option as $key => $val)-->
|
||||
<li><input type="checkbox" name="d_{$key}" value="1" id="display_{$key}" <!--@if($val->checked)-->checked="checked"<!--@end--> <!--@if($key=='title')-->disabled="disabled"<!--@end--> /><label for="display_{$key}">{$val->title}</label></li>
|
||||
<!--@end-->
|
||||
</ol>
|
||||
<!--@foreach($display_option as $key => $val)-->
|
||||
<input type="checkbox" name="d_{$key}" value="1" id="display_{$key}" <!--@if($val->checked)-->checked="checked"<!--@end--> <!--@if($key=='title')-->disabled="disabled"<!--@end--> /><label for="display_{$key}">{$val->title}</label>
|
||||
<!--@end-->
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
|
|
|
|||
|
|
@ -32,29 +32,29 @@
|
|||
<!--@foreach($oIssue->getExtraVars() as $key => $val)-->
|
||||
<tr>
|
||||
<th>{$val->name}</th>
|
||||
<td>{$val->getValueHTML()}</td>
|
||||
<td>{$val->getValueHTML()} </td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@if(!$oIssue->isSecret() || $oIssue->isAccessible())-->
|
||||
<tr>
|
||||
<th>{$lang->milestone}</th>
|
||||
<td>{$oIssue->getMilestoneTitle()}</td>
|
||||
<td>{$oIssue->getMilestoneTitle()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->priority}</th>
|
||||
<td>{$oIssue->getPriorityTitle()}</td>
|
||||
<td>{$oIssue->getPriorityTitle()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->type}</th>
|
||||
<td>{$oIssue->getTypeTitle()}</td>
|
||||
<td>{$oIssue->getTypeTitle()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->component}</th>
|
||||
<td>{$oIssue->getComponentTitle()}</td>
|
||||
<td>{$oIssue->getComponentTitle()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->status}</th>
|
||||
<td>{$oIssue->getStatus()}</td>
|
||||
<td>{$oIssue->getStatus()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->assignee}</th>
|
||||
|
|
@ -69,11 +69,11 @@
|
|||
<!--@if(count($project->packages))-->
|
||||
<tr>
|
||||
<th>{$lang->package}</th>
|
||||
<td>{$oIssue->getPackageTitle()}</td>
|
||||
<td>{$oIssue->getPackageTitle()} </td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{$lang->occured_version}</th>
|
||||
<td>{$oIssue->getReleaseTitle()}</td>
|
||||
<td>{$oIssue->getReleaseTitle()} </td>
|
||||
</tr>
|
||||
<!--@end-->
|
||||
<!--@end-->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue