Changeset 4303

Show
Ignore:
Timestamp:
09/10/09 11:18:54 (6 months ago)
Author:
kaminogoya
Message:

Fixed to be not displayed in the select menu for IE8. BugzID #102283

Location:
branches/greyhound
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • branches/greyhound/mt-static/css/hacks/ie.css

    r4302 r4303  
    139139} 
    140140 
    141  
    142  
    143141/* - fake display: inline-block; */ 
    144142.ui-tabs-nav li,  
  • branches/greyhound/mt-static/css/hacks/ie6.css

    r4302 r4303  
    4747 
    4848.batch-edit table input.text {  
    49     width: auto; 
     49    width: 99%; 
    5050} 
    5151 
     
    138138} 
    139139 
    140 /* - Listing */ 
    141 .batch-edit .entry-listing-table {  
    142     table-layout: auto; 
    143 } 
    144  
    145140/* - List Theme */ 
    146141 
  • branches/greyhound/mt-static/css/structure.css

    r4269 r4303  
    119119 
    120120#notification-listing-table input[type="text"],  
    121 .batch-edit input[type="text"],  
    122 .batch-edit select {  
     121.batch-edit input[type="text"] {  
    123122    width: 100%; 
    124123} 
     
    15761575} 
    15771576.listing #folder-listing-table,  
    1578 .listing #category-listing-table {  
     1577.listing #category-listing-table,  
     1578.batch-edit .listing .entry-listing-table {  
    15791579    table-layout: auto; 
    15801580} 
     
    17641764} 
    17651765.batch-edit .datetime {  
    1766     width: 18%; 
     1766    width: 14em; 
    17671767} 
    17681768 
  • branches/greyhound/tmpl/cms/include/entry_table.tmpl

    r4256 r4303  
    123123                    <mt:else> 
    124124                    <input type="hidden" name="title_<$mt:var name="id"$>" value="" /> 
    125                     <input name="no_title_<$mt:var name="id"$>" style="color:#999;" value="<$mt:var name="title_short" escape="html"$>" onfocus="if(this.value=='<$mt:var name="title_short" escape="js"$>'){this.value=''; this.style.color='#000';};" onblur="if((this.value=='<$mt:var name="title_short" escape="js"$>') || (this.value=='')){ this.value = '<$mt:var name="title_short" escape="js"$>'; this.style.color='#999'; }else{ title_<$mt:var name="id"$>.value=this.value; };" /> 
     125                    <input type="text" name="no_title_<$mt:var name="id"$>" style="color:#999;" value="<$mt:var name="title_short" escape="html"$>" onfocus="if(this.value=='<$mt:var name="title_short" escape="js"$>'){this.value=''; this.style.color='#000';};" onblur="if((this.value=='<$mt:var name="title_short" escape="js"$>') || (this.value=='')){ this.value = '<$mt:var name="title_short" escape="js"$>'; this.style.color='#999'; }else{ title_<$mt:var name="id"$>.value=this.value; };" /> 
    126126                    </mt:if> 
    127127                <mt:else>