mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 10:19:55 +09:00
XE시리즈 게시판/블로그의 수정버튼이 제목이 길 경우 이상하게 내려오던 문제 해결. 브라우저별 결과가 다른 부분도 해결
git-svn-id: http://xe-core.googlecode.com/svn/trunk@1871 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
88e85d3262
commit
fde7372f43
8 changed files with 54 additions and 112 deletions
|
|
@ -108,11 +108,6 @@ Jeong, Chan Myeong 070601~070630
|
|||
.buttonLeft ul { float:left; }
|
||||
.buttonLeft ul li { float:left; margin-right:.3em;}
|
||||
|
||||
.boardRead .dateAndModify { float:right; white-space:nowrap;}
|
||||
.boardRead .dateAndModify .date { font-size:.8em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify .date strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em;}
|
||||
|
||||
/* boardRead */
|
||||
.boardRead { position:relative; margin:0; border:1px solid #e0e1db; _overflow:hidden; }
|
||||
|
|
@ -125,14 +120,13 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .titleAndCategory .cotegory { font-size:.9em; color:#999999; white-space:nowrap;}
|
||||
|
||||
.boardRead .dateAndModify { float:right; white-space:nowrap;}
|
||||
.boardRead .dateAndModify .num { font-size:.9em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify .num strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;}
|
||||
|
||||
.boardRead dl.uri { overflow:hidden; margin:0 0 2em .3em; float:right;}
|
||||
.boardRead dl.uri dt { float:left; clear:left; font-size:.9em; margin-right:.3em; color:#999999;}
|
||||
.boardRead dl.uri dd { clear:right; font:.8em Tahoma; color:#c5c7c0;}
|
||||
.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;}
|
||||
.boardRead ul.uri li { font-size:8pt; color:#c5c7c0; }
|
||||
|
||||
.boardRead .userInfo { float:right; white-space:nowrap;}
|
||||
.boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;}
|
||||
|
|
|
|||
|
|
@ -10,28 +10,21 @@
|
|||
</div>
|
||||
|
||||
<div class="dateAndModify">
|
||||
<span class="num fr">
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
</span>
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
|
||||
<!--@if($oDocument->isEditable())-->
|
||||
<div class="fl">
|
||||
<a href="{getUrl('act','dispBlogWrite','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_modify}</span></a>
|
||||
<a href="{getUrl('act','dispBlogDelete','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_delete}</span></a>
|
||||
</div>
|
||||
<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_modify}</span></a>
|
||||
<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_delete}</span></a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<dl class="uri">
|
||||
<dt>{$lang->document_url} :</dt>
|
||||
<dd>{$oDocument->getPermanentUrl()}</dd>
|
||||
|
||||
<ul class="uri">
|
||||
<li>{$lang->document_url} : {$oDocument->getPermanentUrl()}</li>
|
||||
<!--@if($oDocument->allowTrackback())-->
|
||||
<dt>{$lang->trackback_url} :</dt>
|
||||
<dd>{$oDocument->getTrackbackUrl()}</dd>
|
||||
<li>{$lang->trackback_url} : {$oDocument->getTrackbackUrl()}</li>
|
||||
<!--@end-->
|
||||
</dl>
|
||||
</ul>
|
||||
|
||||
<!--@if($module_info->display_writer == "on")-->
|
||||
<div class="userInfo">
|
||||
|
|
|
|||
|
|
@ -112,8 +112,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
||||
|
||||
.boardRead .dateAndModify { float:right; white-space:nowrap;}
|
||||
.boardRead .dateAndModify .date { font-size:.8em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify .date strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;}
|
||||
|
||||
|
|
@ -143,9 +143,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em;}
|
||||
|
||||
.boardRead dl.uri { overflow:hidden; margin:0 0 2em .3em; float:right;}
|
||||
.boardRead dl.uri dt { float:left; clear:left; font-size:.9em; margin-right:.3em; color:#999999;}
|
||||
.boardRead dl.uri dd { clear:right; font:.8em Tahoma; color:#c5c7c0;}
|
||||
.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;}
|
||||
.boardRead ul.uri li { font-size:8pt; color:#c5c7c0; }
|
||||
|
||||
.boardRead .userInfo { float:left; white-space:nowrap;}
|
||||
.boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;}
|
||||
|
|
|
|||
|
|
@ -18,43 +18,29 @@
|
|||
</div>
|
||||
|
||||
<div class="dateAndModify">
|
||||
<span class="num">
|
||||
{$lang->readed_count}:
|
||||
<strong>{$oDocument->get('readed_count')}</strong>
|
||||
,
|
||||
</span>
|
||||
{$lang->readed_count}:
|
||||
<strong>{$oDocument->get('readed_count')}</strong>,
|
||||
|
||||
<!--@if($oDocument->get('voted_count')>0)-->
|
||||
<span class="num">
|
||||
{$lang->voted_count}:
|
||||
<strong>{$oDocument->get('voted_count')}</strong>
|
||||
,
|
||||
</span>
|
||||
<strong>{$oDocument->get('voted_count')}</strong>,
|
||||
<!--@end-->
|
||||
|
||||
<span class="num">
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
</span>
|
||||
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
|
||||
<!--@if($oDocument->isEditable())-->
|
||||
<ul>
|
||||
<li><a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_modify}</span></a></li>
|
||||
<li><a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_delete}</span></a></li>
|
||||
</ul>
|
||||
<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_modify}</span></a>
|
||||
<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_delete}</span></a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<dl class="uri">
|
||||
<dt>{$lang->document_url} :</dt>
|
||||
<dd>{$oDocument->getPermanentUrl()}</dd>
|
||||
|
||||
<ul class="uri">
|
||||
<li>{$lang->document_url} : {$oDocument->getPermanentUrl()}</li>
|
||||
<!--@if($oDocument->allowTrackback())-->
|
||||
<dt>{$lang->trackback_url} :</dt>
|
||||
<dd>{$oDocument->getTrackbackUrl()}</dd>
|
||||
<li>{$lang->trackback_url} : {$oDocument->getTrackbackUrl()}</li>
|
||||
<!--@end-->
|
||||
</dl>
|
||||
</ul>
|
||||
|
||||
<div class="userInfo">
|
||||
<div class="author member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div>
|
||||
|
|
|
|||
|
|
@ -112,8 +112,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
||||
|
||||
.boardRead .dateAndModify { float:right; white-space:nowrap;}
|
||||
.boardRead .dateAndModify .date { font-size:.8em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify .date strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;}
|
||||
|
||||
|
|
@ -143,9 +143,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em;}
|
||||
|
||||
.boardRead dl.uri { overflow:hidden; margin:0 0 2em .3em; float:right;}
|
||||
.boardRead dl.uri dt { float:left; clear:left; font-size:.9em; margin-right:.3em; color:#999999;}
|
||||
.boardRead dl.uri dd { clear:right; font:.8em Tahoma; color:#c5c7c0;}
|
||||
.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;}
|
||||
.boardRead ul.uri li { font-size:8pt; color:#c5c7c0; }
|
||||
|
||||
.boardRead .userInfo { float:left; white-space:nowrap;}
|
||||
.boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;}
|
||||
|
|
|
|||
|
|
@ -18,43 +18,29 @@
|
|||
</div>
|
||||
|
||||
<div class="dateAndModify">
|
||||
<span class="num">
|
||||
{$lang->readed_count}:
|
||||
<strong>{$oDocument->get('readed_count')}</strong>
|
||||
,
|
||||
</span>
|
||||
{$lang->readed_count}:
|
||||
<strong>{$oDocument->get('readed_count')}</strong>,
|
||||
|
||||
<!--@if($oDocument->get('voted_count')>0)-->
|
||||
<span class="num">
|
||||
{$lang->voted_count}:
|
||||
<strong>{$oDocument->get('voted_count')}</strong>
|
||||
,
|
||||
</span>
|
||||
<strong>{$oDocument->get('voted_count')}</strong>,
|
||||
<!--@end-->
|
||||
|
||||
<span class="num">
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
</span>
|
||||
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
|
||||
<!--@if($oDocument->isEditable())-->
|
||||
<ul>
|
||||
<li><a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_modify}</span></a></li>
|
||||
<li><a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_delete}</span></a></li>
|
||||
</ul>
|
||||
<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_modify}</span></a>
|
||||
<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_delete}</span></a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<dl class="uri">
|
||||
<dt>{$lang->document_url} :</dt>
|
||||
<dd>{$oDocument->getPermanentUrl()}</dd>
|
||||
|
||||
<ul class="uri">
|
||||
<li>{$lang->document_url} : {$oDocument->getPermanentUrl()}</li>
|
||||
<!--@if($oDocument->allowTrackback())-->
|
||||
<dt>{$lang->trackback_url} :</dt>
|
||||
<dd>{$oDocument->getTrackbackUrl()}</dd>
|
||||
<li>{$lang->trackback_url} : {$oDocument->getTrackbackUrl()}</li>
|
||||
<!--@end-->
|
||||
</dl>
|
||||
</ul>
|
||||
|
||||
<div class="userInfo">
|
||||
<div class="author member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div>
|
||||
|
|
|
|||
|
|
@ -112,8 +112,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
.pageNavigation .current { position:relative; margin-left:-4px; font:bold 1em Tahoma; color:#ff6600; display:inline-block; padding:1px 7px 1px 6px; border-left:1px solid #dedfde; border-right:1px solid #CCCCCC; text-decoration:none; line-height:1em; }
|
||||
|
||||
.boardRead .dateAndModify { float:right; white-space:nowrap;}
|
||||
.boardRead .dateAndModify .date { font-size:.8em; font-family:Tahoma; color:#999999; margin-right:.5em; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify .date strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify { font-size:.8em; color:#999999; float:left; position:relative; top:.3em;}
|
||||
.boardRead .dateAndModify strong { font-size:1em; font-family:Tahoma;}
|
||||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em; list-style:none;}
|
||||
|
||||
|
|
@ -143,9 +143,8 @@ Jeong, Chan Myeong 070601~070630
|
|||
.boardRead .dateAndModify ul { display:inline;}
|
||||
.boardRead .dateAndModify ul li { float:left; margin-left:.3em;}
|
||||
|
||||
.boardRead dl.uri { overflow:hidden; margin:0 0 2em .3em; float:right;}
|
||||
.boardRead dl.uri dt { float:left; clear:left; font-size:.9em; margin-right:.3em; color:#999999;}
|
||||
.boardRead dl.uri dd { clear:right; font:.8em Tahoma; color:#c5c7c0;}
|
||||
.boardRead ul.uri { overflow:hidden; margin:0 0 2em .3em; float:right; clear:left;}
|
||||
.boardRead ul.uri li { font-size:8pt; color:#c5c7c0; }
|
||||
|
||||
.boardRead .userInfo { float:left; white-space:nowrap;}
|
||||
.boardRead .userInfo .author { padding:0 .3em 0 0; color:#3074a5; margin-right:.3em;}
|
||||
|
|
|
|||
|
|
@ -18,43 +18,29 @@
|
|||
</div>
|
||||
|
||||
<div class="dateAndModify">
|
||||
<span class="num">
|
||||
{$lang->readed_count}:
|
||||
<strong>{$oDocument->get('readed_count')}</strong>
|
||||
,
|
||||
</span>
|
||||
{$lang->readed_count}:
|
||||
<strong>{$oDocument->get('readed_count')}</strong>,
|
||||
|
||||
<!--@if($oDocument->get('voted_count')>0)-->
|
||||
<span class="num">
|
||||
{$lang->voted_count}:
|
||||
<strong>{$oDocument->get('voted_count')}</strong>
|
||||
,
|
||||
</span>
|
||||
<strong>{$oDocument->get('voted_count')}</strong>,
|
||||
<!--@end-->
|
||||
|
||||
<span class="num">
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
</span>
|
||||
|
||||
<strong>{$oDocument->getRegdate('Y.m.d')}</strong> {$oDocument->getRegdate('H:i:s')}
|
||||
|
||||
<!--@if($oDocument->isEditable())-->
|
||||
<ul>
|
||||
<li><a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_modify}</span></a></li>
|
||||
<li><a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_delete}</span></a></li>
|
||||
</ul>
|
||||
<a href="{getUrl('act','dispBoardWrite','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_modify}</span></a>
|
||||
<a href="{getUrl('act','dispBoardDelete','document_srl',$oDocument->document_srl)}" class="button"><span>{$lang->cmd_delete}</span></a>
|
||||
<!--@end-->
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<dl class="uri">
|
||||
<dt>{$lang->document_url} :</dt>
|
||||
<dd>{$oDocument->getPermanentUrl()}</dd>
|
||||
|
||||
<ul class="uri">
|
||||
<li>{$lang->document_url} : {$oDocument->getPermanentUrl()}</li>
|
||||
<!--@if($oDocument->allowTrackback())-->
|
||||
<dt>{$lang->trackback_url} :</dt>
|
||||
<dd>{$oDocument->getTrackbackUrl()}</dd>
|
||||
<li>{$lang->trackback_url} : {$oDocument->getTrackbackUrl()}</li>
|
||||
<!--@end-->
|
||||
</dl>
|
||||
</ul>
|
||||
|
||||
<div class="userInfo">
|
||||
<div class="author member_{$oDocument->get('member_srl')}">{$oDocument->getNickName()}</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue