Changeset 7607

Show
Ignore:
Timestamp:
04/06/08 23:26:25 (5 months ago)
Author:
ryan
Message:

Fix RTL alignment for delete button. Props RanYanivHartstein?. fixes #6617 for 2.6

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/wp-admin/rtl.css

    r7552 r7607  
    113113{ 
    114114    float:right!important 
     115} 
     116 
     117.tablenav .delete  
     118{ 
     119    margin-left: 40px; 
     120    margin-right: 0; 
    115121} 
    116122