Changeset 14425

Show
Ignore:
Timestamp:
01/15/08 13:00:53 (11 months ago)
Author:
flack
Message:

IE rendering fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/midcom/midcom.helper.datamanager2/static/chooser/jquery.chooser_widget.css

    r14414 r14425  
    129129/* Creation dialog related ends */ 
    130130 
    131 /*#chooser_widget_item_part_status 
     131#chooser_widget_item_part_status 
    132132{ 
    133133    width: 20px; 
    134134    text-align: center; 
    135 }*/ 
     135    float: right; 
     136    margin-right: 3px; 
     137
    136138 
    137139.chooser_widget_result_item_active 
     
    142144.chooser_widget_result_item_active #chooser_widget_item_part_status 
    143145{ 
    144     width: 20px; 
    145     text-align: center; 
    146     float: right; 
    147     margin-right: 3px; 
    148146    background : url('../../stock-icons/16x16/approved.png') center center no-repeat; 
    149147} 
     148 
    150149.chooser_widget_result_item_inactive 
    151150{ 
     
    153152.chooser_widget_result_item_inactive #chooser_widget_item_part_status 
    154153{ 
    155     width: 20px; 
    156     text-align: center; 
    157     float: right; 
    158     margin-right: 3px; 
    159154    background : none; 
    160155} 
     
    166161.chooser_widget_result_item_hover #chooser_widget_item_part_status 
    167162{ 
    168     width: 20px; 
    169     text-align: center; 
    170     float: right; 
    171     margin-right: 3px; 
    172163    background : url('../../stock-icons/16x16/approved_fade_50.png') center center no-repeat; 
    173164} 
     
    179170.chooser_widget_result_item_deleted #chooser_widget_item_part_status 
    180171{ 
    181     width: 20px; 
    182     text-align: center; 
    183     float: right; 
    184     margin-right: 3px; 
    185172    background : url('../../stock-icons/16x16/cancel.png') center center no-repeat; 
    186173}