Changeset 5579

Show
Ignore:
Timestamp:
03/09/08 05:57:22 (10 months ago)
Author:
graphittie
Message:
  • refs #871.
  • 글 메뉴의 명령 콤보박스의 기본 option inline style 제거.
Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/entry/index.php

    r5382 r5579  
    927927                                        <span class="label"><?php echo _t('선택한 글을');?></span> 
    928928                                        <select name="commandBox" id="commandBox" onchange="toggleDeleteButton(this)">  
    929                                             <option selected="selected" style="font-style:italic"><?php echo _t('[행동을 지정합니다.]');?></option> 
     929                                            <option class="default" selected="selected"><?php echo _t('[행동을 지정합니다.]');?></option> 
    930930<?php 
    931931    $categories = getCategories($blogid); 
  • trunk/style/system.css

    r5578 r5579  
    3434    z-index: 100; 
    3535} 
     36 
     37select#commandBox option.default 
     38{ 
     39    font-style: italic; 
     40}