Ticket #22897: Thickbox RTL support-2.diff

File Thickbox RTL support-2.diff, 500 bytes (added by JDTrower, 5 months ago)

Swaps title and close button in Thickbox on Plugin Details box and moves the FYI box back to being floated right instead of left.

  • wp-admin/css/wp-admin-rtl.css

     
    24412441        left: 25px; 
    24422442} 
    24432443 
     2444#TB_closeAjaxWindow{ 
     2445        padding:6px 10px 0; 
     2446        text-align:right; 
     2447        float:left; 
     2448} 
     2449 
     2450#TB_ajaxWindowTitle{ 
     2451        float:left; 
     2452        padding:6px 10px 0; 
     2453        float:right; 
     2454} 
     2455 
     2456.fyi { 
     2457        float: right; 
     2458} 
     2459 
     2460 
    24442461#post_status { 
    24452462        margin-left: 0; 
    24462463        margin-right: 10px;