Changeset 5870

Show
Ignore:
Timestamp:
05/05/08 05:49:03 (5 months ago)
Author:
inureyes
Message:

#897

  • 사용 빈도가 낮은 메뉴의 위치를 이동
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/lib/piece/owner/header.php

    r5859 r5870  
    256256                        if ( 'single' != $service['type'] ) { 
    257257                            ?> 
    258                         <li id="description-teamblog"><label for="teamblog"><?php echo _t('참여중인 블로그');?></label> 
     258                        <li id="description-teamblog"><label for="teamblog"><?php echo _t('현재 블로그');?></label> 
    259259<?php echo User::changeBlog();?> 
    260260                        </li> 
  • trunk/style/admin/whitedream/basic.css

    r5743 r5870  
    322322} 
    323323 
     324#main-menu #menu-control 
     325{ 
     326    position                         : absolute; 
     327    top                              : 50px; 
     328    right                            : 85px; 
     329} 
     330 
    324331/* Layout Body ***********************************************************************************/ 
    325332