Changeset 5658

Show
Ignore:
Timestamp:
03/27/08 21:29:24 (6 months ago)
Author:
jparker
Message:

#877

  • 메인 폰트 위치 변경 및 슬라이드 시 top으로 스크롤 되지 않는 현상.
  • 태그목록의 페이징 경로 수정.
Location:
trunk
Files:
3 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/iphone/tag/index.php

    r5656 r5658  
    5050        $itemsView .= '<li class="pagination">'.CRLF; 
    5151        if(isset($paging['prev'])){ 
    52             $itemsView .= '<a href="' .$blogURL . '/archive/' . $period . '?page=' . $paging['prev'] . '" class="previous">Page ' . $paging['prev'] . '</a>'.CRLF; 
     52            $itemsView .= '<a href="' .$blogURL . '/tag/' . $suri['id'] . '?page=' . $paging['prev'] . '" class="previous">Page ' . $paging['prev'] . '</a>'.CRLF; 
    5353        } 
    5454        if (isset($paging['next'])) { 
    55             $itemsView .= '<a href="' .$blogURL . '/archive/' . $period . '?page=' . $paging['next'] . '" class="next">Page ' . $paging['next'] . '</a>'.CRLF; 
     55            $itemsView .= '<a href="' .$blogURL . '/tag/' . $suri['id'] . '?page=' . $paging['next'] . '" class="next">Page ' . $paging['next'] . '</a>'.CRLF; 
    5656        } 
    5757        if ($suri['page'] > 1 && $suri['page'] != $paging['pages']) { 
  • trunk/script/iphone/iphone.js

    r5656 r5658  
    284284 
    285285    toPage.setAttribute("selected", "true"); 
    286     scrollTo(0, 0); 
     286    scrollTo(0, 1); 
    287287    clearInterval(checkTimer); 
    288288     
  • trunk/style/iphone/iphone.css

    r5657 r5658  
    22body { 
    33    margin: 0; 
    4     font-family:AppleGothic, "Lucida Grande", Helvetica, Verdana, Arial sans-serif; 
     4    font-family:Helvetica, AppleGothic, "Lucida Grande", Verdana, Arial sans-serif; 
    55    background: #FFFFFF; 
    66    color: #000000; 
     
    305305    min-height: 417px; 
    306306    z-index: 2; 
    307     background:url(image/top_color_line.png) repeat-x rgba(0, 0, 0, 0.8); 
    308307    padding: 0; 
    309308    text-align: right; 
     309    background-color: rgba(0, 0, 0, 0.8); 
    310310} 
    311311 
     
    314314    -webkit-box-sizing: border-box; 
    315315    width: 100%; 
    316     margin: 0; 
     316    margin: 1px 0 0 0; 
    317317    border: none; 
    318     margin-top:1px; 
    319318    padding: 10px 6px; 
    320     background: url(image/toolbar2.png) #191919 repeat-x; 
     319    background-color: #191919 !important; 
     320    background-image: url(image/top_color_line.png), url(image/toolbar2.png) !important; 
     321    background-repeat: repeat-x, repeat-x; 
     322    background-position: left top, left top; 
     323 
    321324} 
    322325