사용자: 임시저장 레이어 스크롤 및 안드로이드 대응
This commit is contained in:
@ -35,7 +35,9 @@
|
||||
|
||||
/* 게시판 쓰기 */
|
||||
#autosave_wrapper {position:relative}
|
||||
#autosave_pop {z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:300px;border:1px solid #565656;background:#fff}
|
||||
#autosave_pop {z-index:10;position:absolute;top:24px;right:117px;padding:8px;width:300px;height:auto !important;height:180px;max-height:180px;border:1px solid #565656;background:#fff;overflow-y:scroll}
|
||||
html.no-overflowscrolling #autosave_pop {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
|
||||
#autosave_pop strong {position:absolute;font-size:0;line-height:0;overflow:hidden}
|
||||
#autosave_pop div {text-align:right}
|
||||
#autosave_pop button {margin:0;padding:0;border:0;background:transparent}
|
||||
#autosave_pop ul {margin:10px 0;padding:0;border-top:1px solid #e9e9e9;list-style:none}
|
||||
|
||||
@ -111,13 +111,13 @@ echo $option_hidden;
|
||||
<?php } ?>
|
||||
|
||||
<div id="autosave_pop">
|
||||
<strong class="sound_only">임시 저장된 글 목록</strong>
|
||||
<strong>임시 저장된 글 목록</strong>
|
||||
<div><button type="button" class="autosave_close"><img src="<?php echo $board_skin_url; ?>/img/btn_close.gif" alt="닫기"></button></div>
|
||||
<ul>
|
||||
<?php
|
||||
// for 시작
|
||||
?>
|
||||
<li><a href="">저장제목</a><span>일시 <button type="button" class="autosave_del">삭제</button></span></li>
|
||||
<li><a href="#none" class="autosave_load">저장제목</a><span>일시 <button type="button" class="autosave_del">삭제</button></span></li>
|
||||
<?php
|
||||
// for 끝
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user